Kohulan / DECIMER-Image_Transformer

DECIMER Image Transformer is a deep-learning-based tool designed for automated recognition of chemical structure images. Leveraging transformer architectures, the model converts chemical images into SMILES strings, enabling the digitization of chemical data from scanned documents, literature, and patents.
MIT License
214 stars 52 forks source link

error loading decider pretrained #28

Closed TheOnlylight closed 2 years ago

TheOnlylight commented 2 years ago

File "/home/zhouhantao/miniconda3/envs/oldtf/lib/python3.7/site-packages/tensorflow/python/saved_model/load.py", line 890, in load_internal ckpt_options, filters) File "/home/zhouhantao/miniconda3/envs/oldtf/lib/python3.7/site-packages/tensorflow/python/saved_model/load.py", line 160, in init self._load_all() File "/home/zhouhantao/miniconda3/envs/oldtf/lib/python3.7/site-packages/tensorflow/python/saved_model/load.py", line 256, in _load_all self._load_nodes() File "/home/zhouhantao/miniconda3/envs/oldtf/lib/python3.7/site-packages/tensorflow/python/saved_model/load.py", line 434, in _load_nodes node, setter = self._recreate(proto, node_id) File "/home/zhouhantao/miniconda3/envs/oldtf/lib/python3.7/site-packages/tensorflow/python/saved_model/load.py", line 551, in _recreate raise ValueError("Unknown SavedObject type: %r" % kind) ValueError: Unknown SavedObject type: None

Kohulan commented 2 years ago

Can you clearly mention the problem and upload the complete error log? With this information provided, it looks like you didn't download the models properly.

OBrink commented 2 years ago

Hello @TheOnlylight,

Could you provide information about what you are doing so that we can reproduce the error?