suriyadeepan/practical_seq2seq
A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
Jupyter NotebookGPL-3.0
Issues
- 3
AttributeError: module 'tensorflow.contrib.rnn' has no attribute 'DropoutWrapper'
#83 opened by Nish0106 - 1
sess.run() method issue
#79 opened - 2
Unable to train the model
#51 opened by Dhrumil1808 - 1
Dynamic Input
#72 opened by OrangeAaron - 0
how to convert to .npm from ckpt
#82 opened by yihchu - 0
Can you show me how to calculate recall to evaluate the model if it returns the right answer or not?
#81 opened by pedramsalimi - 3
__deepcopy__()
#80 opened by DaCodaHUB - 7
Your checkpoints doesn't work
#32 opened by Jatapiaro - 1
TypeError: can't pickle _thread.RLock objects
#75 opened by irdanish11 - 0
Repeating few tokens in all outputs:
#78 opened by irdanish11 - 0
- 1
- 0
- 0
..
#73 opened by preethamsridhar - 1
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/twitter/metadata.pkl'
#68 opened by hoyeunglee - 0
is this seq2seq model handling issues like generic responses and inconsistent reply ?
#71 opened by munaAchyuta - 0
- 0
Same reply for all questions
#69 opened by Robin131 - 3
File not found error while running data.py
#63 opened by rishindrareddy - 0
- 6
- 0
suggestion regards
#66 opened by karthika-devi - 1
Deep explaination regards
#65 opened by karthika-devi - 4
Repeating few tokens in all outputs
#62 opened by dikshant2210 - 0
The data was not shuffled
#64 opened by hccho2 - 2
- 0
[basic_cell]*num_layers is really what you want?
#61 opened by aodiwei - 11
basic_cell = tf.contrib.rnn.core_rnn_cell.DropoutWrapper( AttributeError: module 'tensorflow.contrib.rnn' has no attribute 'core_rnn_cell'
#47 opened by karanpande - 0
Cannot load pretrained model: NotFoundError
#59 opened by adamknaze - 0
can you show me the final loss of the model ?
#60 opened by pzhao16me - 2
mini-batch loss, how low is low enough?
#46 opened by kuhanw - 1
- 4
'NoneType' object has no attribute 'update'
#40 opened by tangyudi - 1
TypeError: can't pickle _thread.lock objects
#57 opened by Joish - 1
I unable to test the model
#55 opened by bandarikanth - 3
ImportError: No module named datasets.twitter
#34 opened by SamirMatkar - 1
- 0
Unable to run twitter chatbot.py
#52 opened by bandarikanth - 7
cannot serialize '_io.TextIOWrapper' object
#35 opened by jdebec - 2
Too many UNK in the output
#43 opened by LeenaShekhar - 2
- 0
- 1
Interacting with the model
#49 opened by karanpande - 2
what specific version of python 3? AttributeError: module 'tensorflow.contrib.rnn' has no attribute 'core_rnn_cell'
#45 opened by kuhanw - 0
- 0
- 0
killed process by os when training using cpu
#41 opened by rojansudev - 0
- 0
Prepare_data.py Issues
#38 opened by GrahamRKSmith - 0
How to add Beam Search in this example?
#37 opened by PratsBhatt