Typo fix (#54)

This commit is contained in:
Matt Crane
2017-09-22 11:30:26 +09:00
committed by GitHub
parent a601722768
commit ed4dba2497
+1 -1
View File
@@ -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()