langbin2014
langbin2014
@zhouwei342622 you can follow three steps: 1. Change the code 'model.train()' to 'model.test()' in the train.py 2. Set self.opt.save_test_images='store_true' in the model.py file. 3. python train.py --dataset cifar10 --abnormal_class car
> I don't see the test.py file in the folder. Do I need to write a test.py file to test the mnist and cifar10 data set? Or what parameters can...
train部分可以参考里面的一个脚本,但是还是有问题 发自我的 iPhone > 在 2017年3月12日,15:16,Junying Li 写道: > > I found that there is only Class definition in src/deep/unet/unet_trainer.py. No running command. So nothing is done. There are something...
你好,我是在训练的时候出现一个batch分母为零的错误,不知道你有没有碰到,你也是跑的肺结节检测的么?能否把你训练的代码发我参考一下? 另外,这边是一个kaggle的教程你可以参考一下https://pythonprogramming.net/3d-convolutional-neural-network-machine-learning-tutorial/ 发自我的 iPhone > 在 2017年3月13日,10:40,Junying Li 写道: > > 我也看到了,改了下,可以运行。O(∩_∩)O谢谢哈 > > — > You are receiving this because you authored the thread. > Reply to this email...
@JianqiaoAirport 谢谢,我试试