authwork
authwork
Dear all, how to guarantee I am using v2.2.4 when I run this defense test? I try to install keras v2.2.4, but it does not work. Many thanks.
Hello, when I try to port it from cifar10 to cifar100, following [here](https://github.com/bikong2/cifar100-datasets-caffe) The test accuracy cannot increase. What do I miss? FYI. the dataset should be right since the...
Hello, I am interested in this project, and want to try with its functions. After I run one server node (it seems successfully): ``` I0326 13:21:41.648629 5233 deltafs_envs.cc:45] DeltaFS: Version...
``` Parameter Server is an abstraction for model-parallel machine learning (see the work of Li et al.). ``` PS can be model-parallel or data-parallel. Referring to the work of Li...
I have surveyed lots of projects using ps-lite to implement BSP model. Most of them simply behave like: ``` kv.wait(kv.push) kv.wait(kv.pull) ``` I do not think they are real BSP...