Anonymous
Anonymous
Hi, I solved this problem. Hope this helps you. ```python import torch from resnet import * import dill # in order to save Lambda Layer # your devices device_ids =...
> I have the same question. I load the checkpoint by the following code: > > ```python > model = resnet.__dict__['resnet32']() > check_point = torch.load('resnet32-d509ac18.th') > model.load_state_dict(check_point['state_dict']) > ``` >...
Hi, I solved this problem. Hope this helps you. ```python import torch from resnet import * import dill # in order to save Lambda Layer # your devices device_ids =...
> It seems that although there is a flag for pre-trained model in the trainer.py, but it is not used to load the model and the training proceeds from scratch....
Me too...Did you solve this problem?
> I have commented on just for testing purposes, you can uncomment without trouble. Please forgive my not replying in time. And thanks for your patient reply!
> I have commented on just for testing purposes, you can uncomment without trouble. Excuse me, after training, I encountered two more problems so I hope to ask for your...
> 1. It can be a logical error or something else. Please double-check the code blocks that implement equations in the original paper (in the readme). > > 2. install...
> Hi YihaoChan, I am working on the social lstm project recently. But a TypeError occurs when I run the train.py with python3.5 and pytorch0.1.12 on ubuntu16.04. I want to...
> _No description provided._ 在您的仓库里看到fork了,感谢分享!