eabdullin / Word2Vec.Net

implementation Word2Vec for .Net framework
Other
126 stars 41 forks source link

Question regarding Input format of training data. #22

Open akuchotrani opened 5 years ago

akuchotrani commented 5 years ago

Is there a way to input the training data in bytes format instead of saving it to text file and loading it? Thanks