Keras-Text-Transfer-Learning icon indicating copy to clipboard operation
Keras-Text-Transfer-Learning copied to clipboard

Transfer_Learning_Semantic_Similarity_with_TF_Hub_Universal_Encoder.ipynb

Open AlexOugh opened this issue 7 years ago • 0 comments

There is a cell to read TEST data into the TRAINNG dataframe, "df_train = get_dataframe('test_data.txt')" right after reading the training data into the same dataframe, which makes 'train_text.shape' (500, 1) instead of (5452, 1). I guess that should be removed.

AlexOugh avatar Jun 22 '18 17:06 AlexOugh