-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training Flow Generator #142
Comments
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 :) |
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! |
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
flow_generator_train(cfg)
File "C:\Users\lukas\anaconda3\envs\deg\lib\site-packages\deepethogram\flow_generator\train.py", line 78, in flow_generator_train
trainer = get_trainer_from_cfg(cfg, lightning_module, stopper)
File "C:\Users\lukas\anaconda3\envs\deg\lib\site-packages\deepethogram\base.py", line 401, in get_trainer_from_cfg
trainer = pl.Trainer(gpus=[cfg.compute.gpu_id],
File "C:\Users\lukas\anaconda3\envs\deg\lib\site-packages\pytorch_lightning\utilities\argparse.py", line 69, in insert_env_defaults
return fn(self, **kwargs)
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
The text was updated successfully, but these errors were encountered: