FedML
FedML copied to clipboard
Implementing custom ML models
Hello,
Would I be able to run a custom ML model within FedML ?
@amyseoj1 of course. Here are many examples: https://github.com/FedML-AI/FedML/tree/master/examples
For example, you can use CNN, Transformers, GNN like these applications: https://github.com/FedML-AI/FedML/tree/master/python/app
Issue already addressed by @chaoyanghe.