mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
fix typo (#1124)
This commit is contained in:
@@ -39,7 +39,7 @@ main.py file this way
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from argparser import AugumentParser
|
||||
from argparse import ArgumentParser
|
||||
|
||||
def main(hparams):
|
||||
model = LightningModule()
|
||||
|
||||
Reference in New Issue
Block a user