Open bwee opened 2 years ago
Reinstalling everything fixed this issue but added a new one. Closing this and creating a new bug report
Issue is back. Please let me know if you have any advice, thanks!
Issue persists. I have tried reinstalling essentially everything from scratch several times, and I've even used git to clone a previous DEG branch to see if that would fix the problem.
Hello, did you ever find a solution to this issue?
I was able to solve the issue by completely cloning an old version of DEG from another computer. When we use this version, DEG works great with sigmoid final_activation for the feature_extractor and sequence models. When we use softmax (which is what we need because we have mutually exclusive behaviors), feature_extractor works fine but the sequence model shows a different error. Overall though this old version works. I think there's a conflict with the current version of Torch and the DEG code.
If this solution works for you I can look into generating a yaml file that has the installation later today. Remind me if I don't respond.
Thanks for your response, this was helpful. So up until now I have never used any activation outside of sigmoid. This is my first model I have used softmax for. Therefore, the error must be relating to the softmax function. I will try re-training this model with sigmoid and see if this returns the same error.
That'd be great to know if there is no issue with sigmoid. Let me know.
can you try to pip install --upgrade deepethogram
and see if it's fixed?
Hi,
After training and inferring the feature extractor, I went to train the sequence model and got this error:
Not sure if there's an easy fix for this. Please let me know when you get a chance, and thanks!