1.12.0 Cannot include file ./confs/local.conf. File does not exist or cannot be read. Frames - INFO - Set gpu : 3 Frames - INFO - torch available gpus : 8 cp: cannot stat './preprocess/*': No such file or directory cp: cannot stat './evaluate/*': No such file or directory cp: cannot stat './params_search/*': No such file or directory cp: cannot stat './exp_prep/*': No such file or directory Frames - INFO - shell command : training/exp_runner.py --conf ./confs/abc_FA.conf --gpu 3 Traceback (most recent call last): File "training/exp_runner.py", line 86, in <module> trainrunner = utils.get_class(opt.trainer)( File "/home/****/Frame-Averaging/normal_estimation/DGCNN/training/train.py", line 157, in __init__ self.ds = utils.get_class(self.conf.get_string('train.dataset_train.class'))(is_seed_data=self.is_seed_data,**self.conf.get_config('train.dataset_train.properties')) File "/home/****/Frame-Averaging/normal_estimation/DGCNN/utils/general.py", line 56, in get_class m =import(module)ModuleNotFoundError: No module named 'datasets.datasets'
Hello, when I run FA-DGCNN, I encounter the error mentioned above. May I ask where the problem is? The datasets have been installed in the environment.
1.12.0 Cannot include file ./confs/local.conf. File does not exist or cannot be read. Frames - INFO - Set gpu : 3 Frames - INFO - torch available gpus : 8 cp: cannot stat './preprocess/*': No such file or directory cp: cannot stat './evaluate/*': No such file or directory cp: cannot stat './params_search/*': No such file or directory cp: cannot stat './exp_prep/*': No such file or directory Frames - INFO - shell command : training/exp_runner.py --conf ./confs/abc_FA.conf --gpu 3 Traceback (most recent call last): File "training/exp_runner.py", line 86, in <module> trainrunner = utils.get_class(opt.trainer)( File "/home/****/Frame-Averaging/normal_estimation/DGCNN/training/train.py", line 157, in __init__ self.ds = utils.get_class(self.conf.get_string('train.dataset_train.class'))(is_seed_data=self.is_seed_data,**self.conf.get_config('train.dataset_train.properties')) File "/home/****/Frame-Averaging/normal_estimation/DGCNN/utils/general.py", line 56, in get_class m =import(module)ModuleNotFoundError: No module named 'datasets.datasets'Hello, when I run FA-DGCNN, I encounter the error mentioned above. May I ask where the problem is? The datasets have been installed in the environment.