Skip to content

Commit

Permalink
Refactor README
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-bushuiev committed Oct 28, 2024
1 parent c86d24c commit 8d413af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ trainer = Trainer(accelerator="cpu", devices=1, max_epochs=5)
trainer.fit(model, datamodule=data_module)
```

4. Test your model (the test API will be available soon):
4. Test your model:

```python
# Test
Expand Down

0 comments on commit 8d413af

Please sign in to comment.