byzhang

Results 10 comments of byzhang

+1 for LGPL. And big THANKS!

Same error here to save the movielens model defined as the tutorial.

When you run cmake .., cmake will generate compile_commands.json which basically lists per-file compiling flags, e.g. { "directory": "/home/byzhang/src/ft-index/build/util", "command": "/usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_SVID_SOURCE -D_XOPEN_SOURCE=600 -D__LONG_LONG_SUPPORTED -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=c++11 -Wall...

And it's also an easy way to know what exactly the compiling flags are used.

Just curious on which parties cannot collude together in your protocol?

Do you have an estimation on when will the V2 be public?

Do you mind to add a RNN example in V2-refactor branch? Thanks!

thanks. I'd love to see your new exps :) Thanks, -B On Wed, Sep 13, 2017 at 8:08 AM, taolei87 wrote: > @byzhang > > hi, I haven't done very...

I used the fine-tuning approach, and the dev set is used for hyper tuning and early stop only