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
Hi, I am trying to finetune on own data , to test the working of the existing mini_pubtabnet dataset itself, i am trying to finetune based on the Makefile command as follows !make experiments/%/.done_finetune
I am facing error as
hydra.errors.MissingConfigException: In 'main': Could not find 'dataset/mini_pubtabnet'
Available options in 'dataset':
concat_dataset
single_dataset
Config search path:
provider=hydra, path=pkg://hydra.conf
provider=main, path=file:///content/drive/MyDrive/Table Extraction/pub_tab/unitable/configs
provider=hydra-colorlog, path=pkg://hydra_plugins.hydra_colorlog.conf
provider=schema, path=structured://
Any suggestion how to resolve this could be very much helpful
The text was updated successfully, but these errors were encountered:
Hi, I am trying to finetune on own data , to test the working of the existing mini_pubtabnet dataset itself, i am trying to finetune based on the Makefile command as follows
!make experiments/%/.done_finetune
I am facing error as hydra.errors.MissingConfigException: In 'main': Could not find 'dataset/mini_pubtabnet' Available options in 'dataset': concat_dataset single_dataset Config search path: provider=hydra, path=pkg://hydra.conf provider=main, path=file:///content/drive/MyDrive/Table Extraction/pub_tab/unitable/configs provider=hydra-colorlog, path=pkg://hydra_plugins.hydra_colorlog.conf provider=schema, path=structured://
Any suggestion how to resolve this could be very much helpful
The text was updated successfully, but these errors were encountered: