You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip3 install -r requirements.txt
$ python3 -m visdom.server # ran until files downkloaded
$ python3 run_train_pipeline.py
Traceback (most recent call last):
File "run_train_pipeline.py", line 20, in
from configs.Config_unet import get_config
File "/home/jupyter/basic_unet_example/configs/Config_unet.py", line 20, in
from trixi.util import Config
ModuleNotFoundError: No module named 'trixi'
Any direction would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
Hey. Sorry for the delay. We are actually just working on the requirements. They are out of date, unfortunately. Try installing just the first 7 lines of requirements.txt (so basically everything that has no comment in front of it. And then try again. Could be that you have to install tensorboard additionally.
We hope we can provide an update soon. Let me know if it helps.
$ pip3 install -r requirements.txt
$ python3 -m visdom.server # ran until files downkloaded
$ python3 run_train_pipeline.py
Traceback (most recent call last):
File "run_train_pipeline.py", line 20, in
from configs.Config_unet import get_config
File "/home/jupyter/basic_unet_example/configs/Config_unet.py", line 20, in
from trixi.util import Config
ModuleNotFoundError: No module named 'trixi'
Any direction would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: