This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
missing script in example bi-lstm-sort #2783
Comments
I have the same problem,waiting for solution. |
I have asked xlvector before, here is the code: import random vocab = [str(x) for x in range(100, 1000)] sw_train = open("sort.train.txt", "w") for i in range(1000000): sw_train.close() |
Thanks! |
@Ldpe2G |
This was referenced Jun 2, 2017
This issue is closed due to lack of activity in the last 90 days. Feel free to reopen if this is still an active issue. Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The example on bidirectional LSTM misses the gen_data.py script that is referenced in the ReadMe
Maybe it did not get committed due to gitignore rules?
@xlvector do you still have the script lying around?
The text was updated successfully, but these errors were encountered: