Shrikanth Singh

Results 4 comments of Shrikanth Singh

> I referred to the website where I found a piece of code to reproduce training of Char2Vec but it produces an error, can you please help. If it works...

> I've hit the same error. Any chance we can get a fix for this? Thanks! Try this: I found the solution by editing the code snippet in model.py: from:...

```ValueError Traceback (most recent call last) in () 16 # load weights into new model 17 model.load_weights("model.h5") ---> 18 ann_viz(model, title="Artificial Neural network - Model Visualization") /usr/local/lib/python3.6/dist-packages/ann_visualizer/visualize.py in ann_viz(model, view,...

No, there wasn't any reply from the contributors. I even mailed them via the contact given in the published paper. But no response. So I just built my own word2vec...