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)
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