We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @wgcban , thank you very much to publish the code for the paper!
I was trying to train the backbone (first stage):
python train.py --config configs/config_HSIT_PRE.json
But, the training script is raising an error:
Traceback (most recent call last): File "train.py", line 346, in <module> train(epoch) File "train.py", line 198, in train if config[config["train_dataset"]]["multi_scale_loss"]: KeyError: 'multi_scale_loss'
Is the configuration value for multi_scale_loss missing? Which value do I need to set? Thanks for your help! :D
multi_scale_loss
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @wgcban ,
thank you very much to publish the code for the paper!
I was trying to train the backbone (first stage):
But, the training script is raising an error:
Is the configuration value for
multi_scale_loss
missing?Which value do I need to set?
Thanks for your help! :D
The text was updated successfully, but these errors were encountered: