NguyenDangBinh
NguyenDangBinh
can replace like that: model = Model(inputs, outputs = conv10)
dear @weigq, It conduct well on Ubuntu 18, Anaconda, Python 2.7, Pytorch 1.1 cuda. (replace the loss.data[0] with loss.item())
dear @tobiascz , import pickle from functools import partial ... pickle.load = partial(pickle.load, encoding="latin1") pickle.Unpickler = partial(pickle.Unpickler, encoding="latin1") ckpt = torch.load(opt.load, pickle_module=pickle) where did you add them?
dear @tobiascz , - The imports are at the begin. ok - where can i add 3 line pickle in the original file on main.py?
dear @tobiascz , I run by GPU. I replaced it like picture below, but it still the same error. 
I save the folder like that 
error like 
I think the pickle which is not run. 

dear @tobiascz, May you help me?