CIFAR10 FEDAVG SIMULATION ERROR #1319
-
Hi', I'm trying to execute the example of cifar10_fedavg present in this link: https://github.com/NVIDIA/NVFlare/blob/main/examples/cifar10/cifar10-sim/README.md In particular, I put myself into the directory cifar10/cifar10-sim and I executed the commands But after this last command, I expected the training to start, instead I got this long sequence of errors: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, thanks for the interest. The problem is "No module named 'pt'". Can you try to check if your PYTHONPATH include its parent? |
Beta Was this translation helpful? Give feedback.
Hello, thanks for the interest.
The problem is "No module named 'pt'".
Did you do "export PYTHONPATH=${PWD}/.."?
Can you try to check if your PYTHONPATH include its parent?