Closed MichaelLee-ceo closed 2 years ago
what's the issue you met?
I just get my training result as this, though I supposed it to be some higher or smoother accuracy. Or how do I need to do to execute the cnn model correctly on fedml-iot?
How are the steps to execute the cnn version correctly?
@MichaelLee-ceo you need to tune the hyper-parameters to make it work. Here are some references: https://github.com/FedML-AI/FedML/tree/master/benchmark
Could you share the path and the script you run the experiment?
It's normal while training under the linear regression on MNIST, but when I change the model to CNN which is located in /fedml_api/model/cv/cnn.py it trains weirdly, are there any solutions for that? Thanks!