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
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
It would be great if someone can help me. Thanks in advance
The text was updated successfully, but these errors were encountered:
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.
Hi all,
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
It would be great if someone can help me. Thanks in advance
The text was updated successfully, but these errors were encountered: