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
Seq2seq downlaods data to a '/data/WMT15' directory, but if a /data
directory didn't exist previously, then the call would fail with a less-
than-helpful error message.
This adds recursive directory creation, which also gives a better error
message. The hardcoded directory fix will have to wait for #7.
Fathom needs to be configured with external files for realistic runs. We need a configuration interface for this.
The right answer is probably to use ConfigParser and expect a config file in the current directory and/or the user's home directory.
The text was updated successfully, but these errors were encountered: