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
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
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 omry/omegaconf#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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 omry/omegaconf#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.
The text was updated successfully, but these errors were encountered: