Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
annikabrundyn authored Aug 8, 2022
1 parent 1d6c5f9 commit 84f249d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion federated_learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Below you'll find a step-by-step guide on how to setup and run this project.

In order to run this example as is, you'll need two GPUs on your local machine since each client trains a model independently.

However, if you don't have two GPUs available and would like to train on a single GPU, you can modify the code as follows: in `train-tabformer/custom/tabformer-lstm-trainer.py` on line 84, and in `train-tabformer/custom/tabformer-lstm-validator.py` set `gpu_id = 0`.
However, if you don't have two GPUs available and would like to train on a single GPU, you can modify the code as follows: in `train-tabformer/custom/tabformer-lstm-trainer.py` on line 84, and in `train-tabformer/custom/tabformer-lstm-validator.py` on line 56 set `gpu_id = 0`.

## Instructions

Expand Down

0 comments on commit 84f249d

Please sign in to comment.