New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

fedbase

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fedbase - pypi Package Compare versions

Comparing version
0.9.12
to
0.9.15
+1
-1
fedbase.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: fedbase
Version: 0.9.12
Version: 0.9.15
Summary: An easy, silly, DIY Federated Learning framework with many baselines for individual researchers.

@@ -5,0 +5,0 @@ Home-page: https://github.com/jie-ma-ai/FedBase

@@ -58,2 +58,3 @@ from fedbase.utils.data_loader import data_process, log

assignment[m].append(i)
nodes[i].label = m
nodes[i].assign_model(cluster_models[m])

@@ -86,5 +87,6 @@ nodes[i].assign_optim(optimizer(nodes[i].model.parameters()))

assign = [[i for i in range(num_nodes) if nodes[i].label == k] for k in range(K)]
# log
log(os.path.basename(__file__)[:-3] + add_(K) + add_(reg) + add_(split_para), nodes, server)
return cluster_models
return cluster_models, assign
Metadata-Version: 2.1
Name: fedbase
Version: 0.9.12
Version: 0.9.15
Summary: An easy, silly, DIY Federated Learning framework with many baselines for individual researchers.

@@ -5,0 +5,0 @@ Home-page: https://github.com/jie-ma-ai/FedBase

@@ -8,3 +8,3 @@ import setuptools

name="fedbase",
version="0.9.12",
version="0.9.15",
author="Jie MA",

@@ -11,0 +11,0 @@ # author_email="ustcmj@gmail.com, jie.ma-5@student.uts.edu.au",