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
It is worth noting that the first time I downloaded only the Word level documents. But I could not run the script. However, when I also downloaded the raw / character level documents all went fine.
Next, when I run:
run fit myexperiment0 seq2seq wikitext --batch_size=32 --learning_rate=0.001
I get this error
FileNotFoundError: [Errno 2] No such file or directory: 'data/word2vec'
I have checked that a new directory myexperiment0 is created with two files: runpy.json and hparams.json, which content is :
Hi Daniel. Nice to meet you.
I am tryining to make use of your tool but I have one problem and I hope you could help me pointing me in the right direction.
First of all, I have successlly download the tool, the datasets and run these scripts:
It is worth noting that the first time I downloaded only the Word level documents. But I could not run the script. However, when I also downloaded the raw / character level documents all went fine.
Next, when I run:
I get this error
I have checked that a new directory
myexperiment0
is created with two files:runpy.json
andhparams.json
, which content is :I also try with (I deleted the
experiment0
folder before)but the output was the same.
When the file
data/word2vec
is created? It is my responsability to create it or it is automatically created inrun
?Kind regards
The text was updated successfully, but these errors were encountered: