formath

Results 9 comments of formath

`npm install -g npm@latest-2` and then `npm install -g markmon` works.

@BaiGang "I address the readable dump of DiFacto model by parsing the binary file saved via SaveModel". Can you share me the parsing method? Thanks.

@toughJack Maybe you should change code in localizer.h like this. ``` else if (sizeof(I) == 8) { #pragma omp parallel for num_threads(nt_) for (size_t i = 0; i < idx_size;...

@CNevd Good suggestion. I always generate balanced uint64 feature id offline, so miss that. If max key is small, setting max_key is truly right.

If you launched job via yarn, one recovery node will be added but the parameter has been lost because their exist no backup.

No replication yet. You should implement it by yourself.

I guess you launched servers and workers in one system process and misused rank id as the app id. Please check your code or show it here.