NguyenDangBinh

Results 18 comments of NguyenDangBinh
trafficstars

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. ![error](https://user-images.githubusercontent.com/30711163/51832324-4df75280-232f-11e9-8679-3734fb85d350.png)

I save the folder like that ![error](https://user-images.githubusercontent.com/30711163/51832427-99a9fc00-232f-11e9-8127-2e1885722a08.png)

error like ![error1](https://user-images.githubusercontent.com/30711163/51842272-768d4580-234b-11e9-9c80-08e73ebd02f5.jpg)

I think the pickle which is not run. ![error2](https://user-images.githubusercontent.com/30711163/51842818-b6a0f800-234c-11e9-93ba-3de327addeff.jpg)

![error3](https://user-images.githubusercontent.com/30711163/51843570-4004fa00-234e-11e9-9dfc-3546cbadde82.jpg)