-
- presentation is on Thursday, so it's better to finish the report before the presentation
- https://classes.soe.ucsc.edu/cmps242/Fall17/ suggests using NIPS's format https://nips.cc/Conferences/2017…
-
Hi there, this repo is very helpful for NLP beginners, I currently success trained the model, however I don't know how to predict a given sentence by user. I defined a `chat` function:
```
def chat(…
-
python3 execute.py
>> Mode : train
Preparing data in working_dir/
2017-05-21 11:54:31.378451: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE…
-
是否需要自定义输入层来实现?
参考例子:Keras/[多输入和多输出模型](http://keras-cn.readthedocs.io/en/latest/getting_started/functional_API/#_3)
-
hi,
thank you for the code.
how can I create my corpus and train bot on my dataset?
mrmrn updated
6 years ago
-
i am running into this issue **with gtx 1070, 8gb**, looks like i am running out of memory!? if yes where would be the right place to change the batch_size?
during training, nvidia-smi:
**| …
-
http://www.wildml.com/2016/07/deep-learning-for-chatbots-2-retrieval-based-model-tensorflow/
- Dual Encoder LSTM network (translation is encoder, decoder)
- [ ] the recall k evaluation, need to p…
-
Getting the below error when starting up the server:.
Please help
InvalidArgumentError (see above for traceback): Assign requires shapes of both tensors to match. lhs shape= [223,48
] rhs shape= …
-
- https://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html
- https://www.kaggle.com/Cornell-University/movie-dialog-corpus provides more detail on meta data
Other people's preproces…
-
### System information
- **What is the top-level directory of the model you are using**: I am using the models from `models/tutorials/rnn/translate`
- **Have I written custom code (as opposed to usi…