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

Issues regarding the LMDB dataset creating. #28

Open
nile649 opened this issue Apr 13, 2022 · 1 comment
Open

Issues regarding the LMDB dataset creating. #28

nile649 opened this issue Apr 13, 2022 · 1 comment

Comments

@nile649
Copy link

nile649 commented Apr 13, 2022

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
@rosinality
Copy link
Owner

rosinality commented Apr 17, 2022

You will need to install jsonnet packages by pip install jsonnet.

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

2 participants