automl / labwatch

An extension to Sacred for automated hyperparameter optimization.
59 stars 19 forks source link

Segmentation fault while using pytorch and labwatch together #18

Open WasifurRahman opened 5 years ago

WasifurRahman commented 5 years ago

Do we need to do something special while running pytorch and labwatch together? I can use the basic version of labwatch(without BayesianOptimizer and smac) and run RandomSearch. But if I try to use BayesianOptimizer and smac with pytorch, I am getting "segmentation fault" and could track it to a .cpp binding. Thanks for your help.