justusschock / deep_alignment_network_pytorch

PyTorch Implementation of the Deep Alignment Network
https://justusschock.github.io/deep_alignment_network_pytorch/
BSD 2-Clause "Simplified" License
38 stars 8 forks source link

Questions about environment and package version. #4

Closed dashpulsar closed 4 years ago

dashpulsar commented 4 years ago

I tried to run your code, but it seems incompatible. First of all, I run under python3.7: pip install deep-alignment-pytorch. But I got the following error: image Then I went back to 3.6 and anaconda to try to install, but it also failed. Finally I tried to use google colab, it worked miraculously. But I still encountered many problems, including TensorFlow version problems, path loss problems, etc., but I have solved them. But in the end, during training, I got a problem I couldn't solve: image Can you give me some suggestions, I will be very grateful!

justusschock commented 4 years ago

I'm really sorry, you encountered theses issues. Regarding your python errors: I've never seen them and for me the setup works, sorry!

Regarding your tensorflow error: this is strange since the code is purely PyTorch so you shouldn't need tf at all.

If I find some time, I'll do a rewrite of this.