John Krafcik

Results 9 comments of John Krafcik

> Hi, NEUdeep. I am also trying to implement pre-training weight in my model, have you found a solution? Thanks in advance.

> > Hi, NEUdeep. I am also trying to implement pre-training weight in my model, have you found a solution? Thanks in advance. sorry ,not yet

> Maybe you can refer this https://discuss.pytorch.org/t/cuda-runtime-error-11/30080. Thanks, I have solved this problem.

just like: img, target = self.data[index], self.targets[index] for 1.7.0

is it not to update?

wait for the train code.

作者开源的测试代码不正确,比如,load_epoch在定义args的时候是 --load-epoch这样的写法失误,