You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.
Hello,
I tried your CBoW program and it did not work. I have the latest versions of Anaconda, Keras, and Tensorflow. My machine is a mac.
1/ When opening the Alice text, Python complains that it is not UTF-8. I had to convert this text to be able to read it.
2/ The shape of the labels is not correct. You can correct it with the statement
labels.append([word])
instead of
labels.append(word)
Thank you for putting your code online.
Pierre
The text was updated successfully, but these errors were encountered:
Hello,
I tried your CBoW program and it did not work. I have the latest versions of Anaconda, Keras, and Tensorflow. My machine is a mac.
1/ When opening the Alice text, Python complains that it is not UTF-8. I had to convert this text to be able to read it.
2/ The shape of the labels is not correct. You can correct it with the statement
labels.append([word])
instead of
labels.append(word)
Thank you for putting your code online.
Pierre
The text was updated successfully, but these errors were encountered: