-
I got error on #870. I have 2 pc and when i check branch they are same. But my docker is installed torch version 1.13. But in other pc installed 1.7 (like on requirements.txt, when i checked ). Same notebook is working other pc. I guess i got error because of this. How can i change torch? When i write to community i can not get answer noone. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @smtalds, My guess is you are working with two different branches and/or commit versions. Can you make sure you have the FINN repository in the same "state" on both machines? |
Beta Was this translation helpful? Give feedback.
-
I found the answer on #853 (comment). You have to use ishape with torch.rand(ishape). Maybe you can update for notebooks/end2end_example/bnn-pynq/cnv_end2end_example.ipynb @hleblevec @auphelia |
Beta Was this translation helpful? Give feedback.
I found the answer on #853 (comment). You have to use ishape with torch.rand(ishape).
Maybe you can update for notebooks/end2end_example/bnn-pynq/cnv_end2end_example.ipynb @hleblevec @auphelia