kirthevasank / nasbot

Neural Architecture Search with Bayesian Optimisation and Optimal Transport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Values X1, X2 empty in the first

haithanhp opened this issue · comments

Dear @kirthevasank,

Thanks for your great implementation. I try to run the code with demos/demo_cnn.py. But I see X1, X2 is empty to compute the distance, leading to a bug in computation.
In file opt/nasbot.py
init_gp_fitter = NNGPFitter([], [], self.domain.get_type(), tp_comp=self.tp_comp,
list_of_dists=None, options=self.options,
reporter=self.reporter)

Could you help to solve this issue? Thanks so much.