Closed sadarshannaiynar closed 3 years ago
+1 @keerti-1997 @mitashimpi
I have removed the dependency on FedML sys path now it will always refer the submodule in our repo. Also I have removed AlignedXception code as it's not present and have renamed BatchNorm to self.BatchNorm for naming conventions.
BatchNorm
self.BatchNorm
+1 @keerti-1997 @mitashimpi
I have removed the dependency on FedML sys path now it will always refer the submodule in our repo. Also I have removed AlignedXception code as it's not present and have renamed
BatchNorm
toself.BatchNorm
for naming conventions.