Skip to content

Commit

Permalink
Merge branch 'main' into FLEX-aniadir-licencia-apache2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlArgente authored Mar 7, 2024
2 parents 85e516b + 787b9e1 commit 1fe22e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion flex/actors/actors.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from collections import OrderedDict
>>>>>>> 603436d (replace UserDict with OrderedDict)
from typing import Hashable

from flex.actors import FlexRole, FlexRoleManager
Expand Down
1 change: 1 addition & 0 deletions flex/pool/primitives_pt.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

"""File that contains the primitive functions to build an easy training loop of the federated learning model.
In this file we specify some functions for each framework, i.e., TensorFlow (tf), PyTorch (pt), among others, but
Expand Down
1 change: 1 addition & 0 deletions flex/pool/primitives_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

"""File that contains the primitive functions to build an easy training loop of the federated learning model.
In this file we specify some functions for each framework, i.e., TensorFlow (tf), PyTorch (pt), among others, but
Expand Down

0 comments on commit 1fe22e9

Please sign in to comment.