Open Rzarman opened 1 month ago
When I tried to run the provided colab program, I encountered the following probelm:
The problem can be solved by modifying the code as follows: move self.vocab = load_vocab(vocab_file) before super().init(...) in class SMILES_SPE_Tokenizer, like this:
When I tried to run the provided colab program, I encountered the following probelm: