facebookresearch / ContrastiveSceneContexts

Code for CVPR 2021 oral paper "Exploring Data-Efficient 3D Scene Understanding with Contrastive Scene Contexts"
MIT License
223 stars 28 forks source link

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. #45

Open YSGFF opened 1 year ago

YSGFF commented 1 year ago

while run DATAPATH=/media/ys321/ys/dataset/scannet/test LOG_DIR=./output PRETRAIN=/media/ys321/ys/dataset/scannet/Res16UNet34C.pth ./scripts/test_scannet.sh

The following error occurred /home/ys321/anaconda3/envs/sparseconv043/lib/python3.7/site-packages/hydra/core/utils.py:143: UserWarning: register_resolver() is deprecated. See https://github.com/omry/omegaconf/issues/426 for migration instructions.

OmegaConf.register_resolver(name, f) [2023-02-26 20:14:39,998][root][INFO] - ===> Configurations Traceback (most recent call last): File "ddp_main.py", line 31, in main single_proc_run(config) File "ddp_main.py", line 19, in single_proc_run trainer = SegmentationTrainer(config) File "/home/ys321/ContrastiveSceneContexts/downstream/semseg/lib/ddp_trainer.py", line 43, in init logging.info(config.pretty()) omegaconf.errors.ConfigAttributeError: Key 'pretty' is not in struct full_key: pretty object_type=dict

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.