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
when I run:
bash ./scripts/train.sh 0 --config ./cfgs/PCN_models/our_model.yaml --exp_name example
there is an error:
in the ./dataset/builder.py "from datasets import build_dataset_from_cfg",cannot import name 'build_dataset_from_cfg' from 'datasets' (unknown location)
looking forward to your reply, thanks
The text was updated successfully, but these errors were encountered:
when I run:
bash ./scripts/train.sh 0 --config ./cfgs/PCN_models/our_model.yaml --exp_name example
there is an error:
in the ./dataset/builder.py "from datasets import build_dataset_from_cfg",cannot import name 'build_dataset_from_cfg' from 'datasets' (unknown location)
looking forward to your reply, thanks
The text was updated successfully, but these errors were encountered: