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

Exception: This experimental setting for (Memory, TransE) has not been configured #213

Open
sanjanasri opened this issue Jun 2, 2021 · 1 comment

Comments

@sanjanasri
Copy link

sanjanasri commented Jun 2, 2021

Hi all,

When I am training with custom dataset and custon hyperparameter (.yaml) file I am getting following error

The command I used is "python3 train.py -mn TransE -ds Memory -dsp Memory -hpf custom_hp.yaml -exp True"
if I omit the 'exp' parameter model trained with the default parameter.

I am attaching the screenshot for the reference
Screenshot from 2021-06-03 01-02-35

It would be great if someone can help me. Thanks in advance

@milindkesar
Copy link

Hey,
I had got the same error which in my case was due to a mismatch in the name of the dataset in the custom (.yaml) file and the one I passed in for the -ds flag in command line. Changing that solved it in my case.

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

2 participants