flower icon indicating copy to clipboard operation
flower copied to clipboard

How to implement quickstart_pytorch_lightning with google colab ?

Open kareemgamalmahmoud opened this issue 2 years ago • 1 comments

Describe the bug

I was trying to implement quickstart_pytorch_lightning on google colab with flwr simulator , but for each round I received no results.

Colab link : https://colab.research.google.com/drive/1vtUAy4uoxYPcnppDaXlaEC3my9DRf4rq?usp=sharing

Steps/Code to Reproduce

I just added "mnist.py" then "client.py" files in separate cells

Expected Results

I was expecting any results, but i got nothing.

Actual Results

DEBUG flower 2022-09-07 01:07:11,701 | server.py:184 | evaluate_round 5 received 0 results and 5 failures DEBUG:flower:evaluate_round 5 received 0 results and 5 failures

kareemgamalmahmoud avatar Sep 07 '22 01:09 kareemgamalmahmoud

Personally I did not find a way to work with Lightning and FLower together. See here: https://github.com/adap/flower/discussions/1397

edogab33 avatar Sep 08 '22 23:09 edogab33