-
Notifications
You must be signed in to change notification settings - Fork 101
Open
@S-GeGe
Description
- ** test these codes :**
import fastBPE bpe = fastBPE.fastBPE(codes_path, vocab_path) bpe.apply(["Roasted barramundi fish", "Centrally managed over a client-server architecture"]) - ** get the error:**
Traceback (most recent call last): File "test.py", line 3, in <module> bpe = fastBPE.fastBPE(codes_path, vocab_path) NameError: name 'codes_path' is not defined
My environment is Linux @myleott
Metadata
Metadata
Assignees
Labels
No labels