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
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