Skip to content
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

timesweeper train : KeyError: 'experiment name' #74

Open
kiwoong-nam opened this issue Apr 9, 2024 · 0 comments
Open

timesweeper train : KeyError: 'experiment name' #74

kiwoong-nam opened this issue Apr 9, 2024 · 0 comments

Comments

@kiwoong-nam
Copy link

Hello,

I am trying to train the data using "timesweeper train".

It keeps generating the following error. And I am a bit stuck here. Could you help me?

2024-04-09 11:59:39.997844: I external/local_tsl/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.
2024-04-09 11:59:40.001892: I external/local_tsl/tsl/cuda/cudart_stub.cc:32] Could not find cuda drivers on your machine, GPU will not be used.
2024-04-09 11:59:40.051582: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2024-04-09 11:59:40.943383: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
INFO:nets:Random seed is: 104644
Traceback (most recent call last):
File "/home/kiwoong/miniconda3/envs/blinx/bin/timesweeper", line 8, in
sys.exit(ts_main())
^^^^^^^^^
File "/home/kiwoong/miniconda3/envs/blinx/lib/python3.12/site-packages/timesweeper/cli.py", line 472, in ts_main
train_nets.main(ua)
File "/home/kiwoong/miniconda3/envs/blinx/lib/python3.12/site-packages/timesweeper/train_nets.py", line 461, in main
experiment_name = yaml_data["experiment name"]
~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'experiment name'

Thank you very much.

Best,
Kiwoong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant