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 trying out the code in scifive_pretrain_base.ipynb.
I got
OSError: Unable to open file for all the gs: files in the code
'gs://t5_training/t5-data/config/pretrained_models_google_base_operative_config.gin'
gs://mindxhack/bio_sentence_piece_small.txt
I tried look them up using the google cloud storage browser and don't see these files.
what about gs://t5_training/t5-data/config/pretrained_models_google_base_operative_config.gin. without, the model can not load the pretrained configuration.
I am getting
RuntimeError: Required bindings for make_layer_stack not provided in config: ['layers']
In call to configurable 'make_bitransformer' (<function make_bitransformer at 0x7f618986b200>)
when running
model.train(mixture_or_task_name = 'all_bioT5', steps = 1000000+300000)
I am trying out the code in scifive_pretrain_base.ipynb.
I got
OSError: Unable to open file for all the gs: files in the code
'gs://t5_training/t5-data/config/pretrained_models_google_base_operative_config.gin'
gs://mindxhack/bio_sentence_piece_small.txt
I tried look them up using the google cloud storage browser and don't see these files.
The browser does find the model files like
gs://scifive/models/pubmed_pmc/base
So the question is whether this is working code as is. Do these dependent files still exist on the cloud?
The text was updated successfully, but these errors were encountered: