Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
46cc2ff0
Commit
46cc2ff0
authored
Sep 17, 2018
by
Sinan Tan
Committed by
xuehui
Sep 19, 2018
Browse files
Fix default dataset config.
parent
d1acfe61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/trials/ga_squad/trial.py
examples/trials/ga_squad/trial.py
+1
-1
No files found.
examples/trials/ga_squad/trial.py
View file @
46cc2ff0
...
@@ -51,7 +51,7 @@ def get_config():
...
@@ -51,7 +51,7 @@ def get_config():
parser
=
argparse
.
ArgumentParser
(
parser
=
argparse
.
ArgumentParser
(
description
=
'This program is using genetic algorithm to search architecture for SQuAD.'
)
description
=
'This program is using genetic algorithm to search architecture for SQuAD.'
)
parser
.
add_argument
(
'--input_file'
,
type
=
str
,
parser
.
add_argument
(
'--input_file'
,
type
=
str
,
default
=
'./
dev
-v1.1.json'
,
help
=
'input file'
)
default
=
'./
train
-v1.1.json'
,
help
=
'input file'
)
parser
.
add_argument
(
'--dev_file'
,
type
=
str
,
parser
.
add_argument
(
'--dev_file'
,
type
=
str
,
default
=
'./dev-v1.1.json'
,
help
=
'dev file'
)
default
=
'./dev-v1.1.json'
,
help
=
'dev file'
)
parser
.
add_argument
(
'--embedding_file'
,
type
=
str
,
parser
.
add_argument
(
'--embedding_file'
,
type
=
str
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment