"...git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "197105eb96bc42bdd5b5d5999f2b7cecd8aa4992"
Commit 099769d2 authored by Christina Floristean's avatar Christina Floristean
Browse files

Hotfix to correct seed type in inference

parent 2338b896
...@@ -376,7 +376,7 @@ if __name__ == "__main__": ...@@ -376,7 +376,7 @@ if __name__ == "__main__":
help="""Postfix for output prediction filenames""" help="""Postfix for output prediction filenames"""
) )
parser.add_argument( parser.add_argument(
"--data_random_seed", type=str, default=None "--data_random_seed", type=int, default=None
) )
parser.add_argument( parser.add_argument(
"--skip_relaxation", action="store_true", default=False, "--skip_relaxation", action="store_true", default=False,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment