Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Dec 6, 2021
1 parent 748abf5 commit 945c9c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Here's an example of inference:
"This guy has done a great job with this movie!",
]
)
predictions = trainer.predict(model, datamodule=datamodule)
print(predictions)

We get the following output:
Expand Down

0 comments on commit 945c9c7

Please sign in to comment.