We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c028d9f commit 58d37e1Copy full SHA for 58d37e1
options/base_options.py
@@ -60,7 +60,7 @@ def initialize(self, parser):
60
def gather_options(self):
61
"""Initialize our parser with basic options(only once).
62
Add additional model-specific and dataset-specific options.
63
- These options are difined in the <modify_commandline_options> function
+ These options are defined in the <modify_commandline_options> function
64
in model and dataset classes.
65
"""
66
if not self.initialized: # check if it has been initialized
0 commit comments