Skip to content

Commit

Permalink
Replace 5e3 by 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanan committed Jan 9, 2024
1 parent 2cc6d96 commit b23b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/2d/02-train.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# We set the `max_iterations` equal to `5e3` for demonstration purposes. <br>(This takes around 20 minutes on a Mac Book Pro with an Apple M2 Max chip).

device = "mps"
max_iterations = 5e3
max_iterations = 5000

train_config = TrainConfig(
train_data_config=asdict(train_data_config),
Expand Down

0 comments on commit b23b260

Please sign in to comment.