lyq998
lyq998
In line 48: expected_improvement[sigma == 0.0] == 0.0 It should be: expected_improvement[sigma == 0.0] = 0.0
Hi, I met the error when running script IRR-PWC_flyingChairs.sh. And here are my environment: pytorch 0.4.1, cuda 8.0, cudnn 7.0.1 2022-03-04 17:26:08 ==> Commandline Arguments 2022-03-04 17:26:08 batch_size: 4 2022-03-04...
最近用了一下DBN在CUDA上面跑代码,发现一个运行的小问题 dbn.py 里 52行 ` s = (torch.rand(p.size())< p).float().to(self.dvc)` 会报错 Traceback (most recent call last): File "mnist_cls.py", line 55, in model.run(e=3, pre_e=3) File "../core/epoch.py", line 98, in run self.pre_batch_training(pre_e, b)...