-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
docsDocumentation relatedDocumentation related
Description
📚 Documentation
For typos and doc fixes, please go ahead and:
- Create an issue.
- Fix the typo.
- Submit a PR.
Thanks!
I encountered some doc errors while going through the documentation here:
- Under test_step section:
- I believe the statement "If you pass in multiple validation datasets,
test_step()will have an additional argument." should be "If you pass in multiple test datasets,test_step()will have an additional argument." - I believe the statement "If you don’t need to validate you don’t need to implement this method." should be "If you don’t need to test you don’t need to implement this method."
- I believe the statement "If you pass in multiple validation datasets,
- Under the validation_step section:
- The indentation of a line in pseudocode wrongly implies
validation_epoch_endis called for each batch in validation dataset. - The statement "If you pass in multiple val datasets, validation_step will have an additional argument." doesn't syntax-highlight validation_step, i.e. validation_step ->
validation_step.
- The indentation of a line in pseudocode wrongly implies
Metadata
Metadata
Assignees
Labels
docsDocumentation relatedDocumentation related