Neal Shinoda

Results 7 issues of Neal Shinoda

from the step3 in docs [https://doc.fedml.ai/simulation/examples/sp_fedavg_mnist_lr_example.html](url), I am told to execute the following command to run the example code: `python torch_fedavg_mnist_lr_one_line_example.py --cf fedml_config.yaml` However, when I tried to modify the...

In experiments/distributed/moleculenet/main_fedavg.py, several lines of codes at the end of the file are shown as follows: ``` if process_id == 0: post_complete_message_to_sweep_process(args) ``` Actually, these two lines of codes cannot...

I'm not sure whether I used the point-transformer correctly: I just implemented one block for training, and the data shape of (x, pos) in each gpu are both [16, 2048,...

TensorFlow Frontend