mirror of
https://github.com/wassname/Castor.git
synced 2026-09-09 11:13:20 +08:00
Typo fix (#54)
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ if __name__ == "__main__":
|
||||
ap.add_argument("--index-for-corpusIDF", help="fetches idf from Index. provide index path. will\
|
||||
generate a vocabFile")
|
||||
ap.add_argument('--seed', help='Random seed', type=int, default=1234)
|
||||
ap.add_argument('--nocudnn', help='Disable the CuDNN backend' action="store_true")
|
||||
ap.add_argument('--nocudnn', help='Disable the CuDNN backend', action="store_true")
|
||||
|
||||
args = ap.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user