You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have created the db.db file from a json file which contains id and text like below: {"id": "Doc 1", "text": "Text of Doc1"} {"id": "Doc 2", "text": "Text of Doc 2"}
Then I created the .npz file from the db.db file. Now when I run scripts/pipeline/interactive.py file specifying the db file npz file I see that it prints [ Reading 0 paragraphs... ]
in the console. Please let me know where I am mistaking.
The text was updated successfully, but these errors were encountered:
Hello. I have created the
db.db
file from a json file which contains id and text like below:{"id": "Doc 1", "text": "Text of Doc1"} {"id": "Doc 2", "text": "Text of Doc 2"}
Then I created the
.npz
file from thedb.db
file. Now when I runscripts/pipeline/interactive.py
file specifying the db filenpz
file I see that it prints[ Reading 0 paragraphs... ]
in the console. Please let me know where I am mistaking.
The text was updated successfully, but these errors were encountered: