-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hi,
My environment is an ubuntu virtual machine, and I have installed the pytorch cpu version.
I tried to run use_case_1.py, and changed line 105 of models.py.
torch.load(model_weight_path, map_location='cpu')
However, I get the error in the figure below:

Then I changed the key in the dictionary to make the names match, and ran it with the following error:

Then I used the reshape function to convert (37, 200) to (200,37).
The program can output the data, but the output data is different every time I run it.
Looking forward to your reply.
Benoit
Metadata
Metadata
Assignees
Labels
No labels


