gigasquid / clojure-mxnet

Clojure Package for MXNET
69 stars 3 forks source link

missing minus sign in cnn-text-classification example #12

Closed jimdunn closed 6 years ago

jimdunn commented 6 years ago

Hiya, I was looking through this example and noticed a minus sign was missing, so words not in the pre-trained GloVe model were all being assigned the vector [0.25 0.25 0.25 ....]. Doesn't seem to materially affect the accuracy of the classifier.

gigasquid commented 6 years ago

Thanks!