susanli2016 / NLP-with-Python

Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more
2.72k stars 2.01k forks source link

requirements.txt #35

Open vangoghvapor opened 1 year ago

vangoghvapor commented 1 year ago

I'm attempting to follow the steps and running into issues with this line

" simple_rnn_model = simple_model(tmp_x.shape, max_french_sequence_length, english_vocab_size, french_vocab_size) "

this seems to be a version difference in our tensorflow/keras versions. Could you potentially create a requirements.txt and include version numbers of these packages?

vangoghvapor commented 1 year ago

when running " tests.test_simple_model(simple_model)" I'm getting an attribute error saying the object doesn't contain loss functions