@@ -58,7 +58,7 @@ if __name__ == "__main__":
|
|||||||
default = None,
|
default = None,
|
||||||
type = str,
|
type = str,
|
||||||
required = True,
|
required = True,
|
||||||
help = "Path the TensorFlow checkpoint path.")
|
help = "Path to the TensorFlow checkpoint path.")
|
||||||
parser.add_argument("--pytorch_dump_folder_path",
|
parser.add_argument("--pytorch_dump_folder_path",
|
||||||
default = None,
|
default = None,
|
||||||
type = str,
|
type = str,
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ if __name__ == "__main__":
|
|||||||
default = None,
|
default = None,
|
||||||
type = str,
|
type = str,
|
||||||
required = True,
|
required = True,
|
||||||
help = "Path the TensorFlow checkpoint path.")
|
help = "Path to the TensorFlow checkpoint path.")
|
||||||
parser.add_argument("--pytorch_dump_folder_path",
|
parser.add_argument("--pytorch_dump_folder_path",
|
||||||
default = None,
|
default = None,
|
||||||
type = str,
|
type = str,
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ if __name__ == "__main__":
|
|||||||
default = None,
|
default = None,
|
||||||
type = str,
|
type = str,
|
||||||
required = True,
|
required = True,
|
||||||
help = "Path the TensorFlow checkpoint path.")
|
help = "Path to the TensorFlow checkpoint path.")
|
||||||
parser.add_argument("--bert_config_file",
|
parser.add_argument("--bert_config_file",
|
||||||
default = None,
|
default = None,
|
||||||
type = str,
|
type = str,
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ if __name__ == "__main__":
|
|||||||
default = None,
|
default = None,
|
||||||
type = str,
|
type = str,
|
||||||
required = True,
|
required = True,
|
||||||
help = "Path the TensorFlow checkpoint path.")
|
help = "Path to the TensorFlow checkpoint path.")
|
||||||
parser.add_argument("--xlnet_config_file",
|
parser.add_argument("--xlnet_config_file",
|
||||||
default = None,
|
default = None,
|
||||||
type = str,
|
type = str,
|
||||||
|
|||||||
Reference in New Issue
Block a user