JonasSchult/Mask3D

Error in call to target 'models.mask3d.Mask3D'

Opened this issue · 5 comments

Hello, I met an error when I ran the command python main_instance_segmentation.py. The error message is as follows:

wandb: WARNING `resume` will be ignored since W&B syncing is set to `offline`. Starting a new run with run id DEBUG_ABLATION.
wandb: Tracking run with wandb version 0.16.1
wandb: W&B syncing is set to `offline` in this directory.
wandb: Run `wandb online` or set WANDB_MODE=online to enable cloud syncing.
Error executing job with overrides: []
Error in call to target 'models.mask3d.Mask3D':
InstantiationException('Cannot instantiate config of type Res16UNet34C.\nTop level config must be an OmegaConf DictConfig/ListConfig object,\na plain dict/list, or a Structured Config class or instance.')
full_key: model

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

How can I fix it?

I met the same problems.

I had the same problem, have you solved it yet?

@JonasSchult Can you help us to solve this problem?

I had the same problem, have you solved it yet?

I am sorry. I have not soloved it.

I accidentally updated Hydra to the latest version, but I resolved the issue by downgrading it to version 1.0.5. You can fix it by running "pip install hydra-core==1.0.5"