Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running abs-rel performance comparison exp #21

Open
cygerts opened this issue Jun 16, 2023 · 0 comments
Open

Error when running abs-rel performance comparison exp #21

cygerts opened this issue Jun 16, 2023 · 0 comments

Comments

@cygerts
Copy link

cygerts commented Jun 16, 2023

Hi,
Great work! I am getting the error below when running your experiment. Can you help?
Best,
Sebastian

The command: bash experiments/tab:abs-rel-performance-comparison/classification/train.sh

Error executing job with overrides: ['core.tags=[classification,relative,tab1]', 'nn/data/datasets=vision/fmnist', 'nn/module=classifier', 'nn/module/model=vision/relresnet', 'nn.module.model.resnet_size=18', 'nn.module.model.input_size=224', 'nn.module.model.use_pretrained=True', 'nn.module.model.finetune=False', 'nn.module.model.hidden_features=512', 'nn.module.model.relative_attention.output_normalization_mode=layernorm', 'train.seed_index=0', 'train.trainer.max_epochs=10']
Traceback (most recent call last):
File "src/rae/run.py", line 123, in main
run(cfg)
File "src/rae/run.py", line 80, in run
datamodule: pl.LightningDataModule = hydra.utils.instantiate(cfg.nn.data, recursive=False)
File "/home/sebek/.conda/envs/relrep2/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 220, in instantiate
OmegaConf.resolve(config)
omegaconf.errors.InterpolationKeyError: Interpolation key 'nn.data.datasets.val_fixed_sample_idxs' not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant