seiyagoo

Results 5 comments of seiyagoo

> @orenov Hi, xLearn can convert libsvm/libffm to binary automatically. For example: > > You have a TXT file called train.txt, and if you run > > `./xlearn_train ./train.txt` >...

readme上写着支持分布式训,但是代码和doc看上去都不支持

> I have not seen this error before, but it is possibly due to null values. > If you can provide a small sample file, I can give it a...

> Thanks for sharing the tfrecord file. > > I notice some empty features in your file. Spark-TFRecord can not infer the schema from the empty features. > > ```...

> The problem is not only the schema. Even you provide the schema, the reader will still fail. So unfortunately the null values are not supported well. My suggestion is...