KavrakiLab / KavrakiLab/Spec2Mol
Problem loading vocab.nb and config.nb
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Hello, how am I supposed to load `vocab.nb` and `config.nb` files to instantiate `TranslationModel`? I've been trying with `pickle` currently but I just get an integer:
import pickle
```
with open('vocab.nb', 'rb') as handle:
res = pickle.load(handle)
119547037146038801333356
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.