difacto icon indicating copy to clipboard operation
difacto copied to clipboard

Distributed Factorization Machines

Results 14 difacto issues
Sort by recently updated
recently updated
newest added

Although I wasn't able to build on MacOS, the project built on Linux. However, I try to follow the example steps, and it breaks when I try to build a...

This project is a good sample to learn parameter server. However, we are still waiting for distributed implement.

When I run sample code, there is always an error terminate called after throwing an instance of 'dmlc::ParamError' what(): Required parameter batch_size of int is not presented Aborted (core dumped)...

Can't find row_block.h file in data directory.

`[16:06:54] include/dmlc/././logging.h:208: [16:06:54] src/io.cc:57: unknown filesystem protocol viewfs:// terminate called after throwing an instance of 'dmlc::Error' what(): [16:06:54] src/io.cc:57: unknown filesystem protocol viewfs:// Exception in thread Thread-1: Traceback (most recent...

@mli in the readme file, I see the example of running code on one machine,but how to run it on different machines ? I do appreciate if you can complete...

I trained the model by following command: `build/difacto data_in=data/gisette_scale val_data=data/gisette_scale.t lr=.02 V_dim=2 V_lr=.001 batch_size=10240 model_out=./fm.model task=train learner=lbfgs` when it's done, I can't find the output model, where is it ?

is it possible to save the learnt vector and matrix somehow?

Hi, guys: As has been introduced in the paper '_DiFacto — Distributed Factorization Machines_', Difacto's communication relies on the Parameter Server. From the project's dictionary, we see that kv_app.h encapsulates...

In case it is useful to anyone, managed to build and run the example on recent osx (clang) with a couple of minor patches. See https://github.com/cottrell/difacto/tree/osx 709eb4b b7ec0c4 $ gcc...