We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "train.py", line 404, in conf = load_arg_config(GANConfig) File "/home/user/anaconda3/envs/pytorch/lib/python3.8/site-packages/tensorfn/util/config.py", line 269, in load_arg_config conf = load_config(config_model, args.conf, args.opts, show) File "/home/user/anaconda3/envs/pytorch/lib/python3.8/site-packages/tensorfn/util/config.py", line 257, in load_config conf = config_model(**read_config(config, overrides=overrides)) File "/home/user/anaconda3/envs/pytorch/lib/python3.8/site-packages/tensorfn/util/config.py", line 25, in read_config json_str = _jsonnet.evaluate_file(config_file) AttributeError: 'NoneType' object has no attribute 'evaluate_file'
data format.
-Data --Images ---1.jpg | | | ---N.jpg
The text was updated successfully, but these errors were encountered:
You will need to install jsonnet packages by pip install jsonnet.
pip install jsonnet
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "train.py", line 404, in
conf = load_arg_config(GANConfig)
File "/home/user/anaconda3/envs/pytorch/lib/python3.8/site-packages/tensorfn/util/config.py", line 269, in load_arg_config
conf = load_config(config_model, args.conf, args.opts, show)
File "/home/user/anaconda3/envs/pytorch/lib/python3.8/site-packages/tensorfn/util/config.py", line 257, in load_config
conf = config_model(**read_config(config, overrides=overrides))
File "/home/user/anaconda3/envs/pytorch/lib/python3.8/site-packages/tensorfn/util/config.py", line 25, in read_config
json_str = _jsonnet.evaluate_file(config_file)
AttributeError: 'NoneType' object has no attribute 'evaluate_file'
data format.
The text was updated successfully, but these errors were encountered: