Fix typo in script name (#15724)

This commit is contained in:
yiftachbeer 2022-11-19 13:26:35 +02:00 committed by GitHub
parent 609b258fe8
commit d925077253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ which prints out:
.. code:: bash
usage: a.py [-h] [-c CONFIG] [--print_config [={comments,skip_null,skip_default}+]]
usage: main.py [-h] [-c CONFIG] [--print_config [={comments,skip_null,skip_default}+]]
{fit,validate,test,predict,tune} ...
pytorch-lightning trainer command line tool