You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now in the federated_fit() if launcher is neither an instance of GlobusComputeLauncher or ParslLauncher, it defaults to setting transfer = TransferProtocol(). Creating an instance of a protocol causes issues, so I'm wondering if it might be better to create a BaseTransfer under TransferProtocol or to take out the protocol from TransferProtocol
The text was updated successfully, but these errors were encountered:
Right now in the
federated_fit()
iflauncher
is neither an instance ofGlobusComputeLauncher
orParslLauncher
, it defaults to settingtransfer = TransferProtocol()
. Creating an instance of a protocol causes issues, so I'm wondering if it might be better to create aBaseTransfer
underTransferProtocol
or to take out the protocol fromTransferProtocol
The text was updated successfully, but these errors were encountered: