FedScale
FedScale copied to clipboard
Add Tensorflow support
Ideal solution would be native support. If that's too difficult, as a first step, we should add a tutorial.
Pushed the tensorflow training (#124 Support TF Training). However, there are some loose ends left:
-
Support model testing. This requires us to add tf modules in the current testing functions;
-
Better conversion of data_loaders;
-
Optimize the execution speed. It seems current TF support runs slower than PyTorch.
I will fix these (in order) later.
Great progress. Another TODO would be including appropriate tensorflow in the enviornment.yml
file for installation. How do you want to go about it?