ksenia007

Results 4 comments of ksenia007

I have the exactly the same problem, runs fine on workstation but not on the server and gives the same error!

I think I've figured out the issue! For me the error was message was generated [here](https://github.com/jerryji1993/DNABERT/blob/2946e8dbe03775f97f3493f752b901466a533ad0/src/transformers/tokenization_utils.py#L458) and was coming from the [loading](https://github.com/jerryji1993/DNABERT/blob/2946e8dbe03775f97f3493f752b901466a533ad0/src/transformers/tokenization_utils.py#L446) of the vocab files. By default, `vocab_files` are...

@ryao-mdanderson I am not sure if you have the same problem. However, I believe that if you specify just `dna6` as a tokenizer name, it tries to load `vocab.txt` from...

I had this error too, resolved after updating `umap-learn`, as suggested in https://github.com/lmcinnes/umap/issues/461#issuecomment-652500422