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
I am encountering an issue when training the model on an arbitrary dataset and I am unsure how to resolve it. The error is as follows:
omegaconf.errors.ConfigKeyError: str interpolation key 'params.dataset.dataset_impl' not found.
In the error related to hydra, it is written that I need to +task.dataset_impl=null in the config but I don't see where I need to make that change exactly.
Also I tried adding --dataset-impl raw in the fairseq-train command but I get other errors.
More details here :
I have carefully followed the README for the general use case and am working on Google Colab since I don’t have access to an Nvidia v100 GPU.
I would greatly appreciate any guidance or assistance.
Best regards,
ABM
The text was updated successfully, but these errors were encountered:
Hello,
I am encountering an issue when training the model on an arbitrary dataset and I am unsure how to resolve it. The error is as follows:
In the error related to hydra, it is written that I need to
+task.dataset_impl=null
in the config but I don't see where I need to make that change exactly.Also I tried adding
--dataset-impl raw
in the fairseq-train command but I get other errors.More details here :
I have carefully followed the README for the general use case and am working on Google Colab since I don’t have access to an Nvidia v100 GPU.
I would greatly appreciate any guidance or assistance.
Best regards,
ABM
The text was updated successfully, but these errors were encountered: