owkin / fedeca

Code repository associated with the FedECA article
https://owkin.github.io/fedeca/
Other
7 stars 2 forks source link

Test of fedeca-bootstrap on a real network #21

Closed jeandut closed 8 months ago

jeandut commented 8 months ago

Small fixes to accommodate new API + recent bootstrap changes (+ fix for better dev experience)

thbcmlowk commented 8 months ago

For your information, one easy way to speed things up when:

Is to add

            "--extra-index-url https://download.pytorch.org/whl/cpu",

To your torch dependency


See MNSIT example with substrafl the docs.

jeandut commented 8 months ago

For your information, one easy way to speed things up when:

  • Running remotely
  • Not using GPUs

Is to add

            "--extra-index-url https://download.pytorch.org/whl/cpu",

To your torch dependency

See MNSIT example with substrafl the docs.

Nice trick let me add it in the issues !