Results 3 issues of david

… joins The parallel sort related elements, mainly includes: 1. parallel sort running frameworks including the histograms, histogrammerge, forward operators. 2. two types of histogram and their inner algorithms covering...

Hi, as far as I can see the embedding layer should be the vocab_size as input. But in cbow_model.py of Keras shared_embedding_layer = Embedding(input_dim=(G.vocab_size+3), output_dim=G.embedding_dimension, weights=[embedding]) Where is the 3...