Training Flow Generator
Dear deepethogram team,
when I try to train the flow generator I get the following error messages:
TypeError: init() got an unexpected keyword argument 'gpus'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\lukas\anaconda3\envs\deg\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\lukas\anaconda3\envs\deg\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\lukas\anaconda3\envs\deg\lib\site-packages\deepethogram\flow_generator\train.py", line 374, in
I assume this has something to do with the most recent Pytorch version that I have installed, but using older versions has not solved the problem yet. Any hint on how to fix this issue is very welcome, thank you! Lukas
Ran into this problem as well, I think a lot of stuff is broken with the newer versions of not just torch.
I have a set of instructions from a year ago when it was working, might be helpful for you. Linux & pip specific, I don't mess with conda or other OSs
https://github.com/kushalkolar/deg-installation-instructions
@jbohnslav do you have someone that can take over maintaining this project? It's a really useful tool and setting up a CI pipeline on it will help it live on :)
@lkoch97
Here's a pip freeze in an environment that I setup and got DEG working on, Linux and CUDA v12 on a RTX 3090
Thank you very much for the help, I was trying to get it working on Windows, but will try again with Linux.
Hi I have the same issues on Windows as well, any help would be appreciated! Thank you!