Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CORE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tadah
CORE
Commits
9ec5b1c8
Commit
9ec5b1c8
authored
2 weeks ago
by
Marcin Kirsz
Browse files
Options
Downloads
Patches
Plain Diff
WIP commit - 20250328_202835
parent
0bccccf0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config_blueprint.toml
+4
-4
4 additions, 4 deletions
config/config_blueprint.toml
with
4 additions
and
4 deletions
config/config_blueprint.toml
+
4
−
4
View file @
9ec5b1c8
...
...
@@ -427,7 +427,7 @@ value_format = ["<file>"]
description
=
"HPO target file."
examples
=
[
"hpotargets.txt"
]
cli_long_flag
=
"--hpotarget"
cli_short_flag
=
"
-h
"
cli_short_flag
=
""
cli_required
=
false
[ALLOWED_KEYS.validation]
...
...
@@ -435,7 +435,7 @@ INHERIT = ["TYPES.STRINGS"]
description
=
"Validation dataset file(s)."
examples
=
[
"valid.tadah"
]
cli_long_flag
=
"--validation"
cli_short_flag
=
"
-v
"
cli_short_flag
=
""
cli_required
=
false
[ALLOWED_KEYS.dft-file]
...
...
@@ -796,7 +796,7 @@ examples = ["tadah predict -p pot.tadah -s crystal.cif -F"]
[TASKS.hpo]
description
=
"Optimize hyperparameters for model training."
long_description
=
"Optimize hyperparameters for model training."
examples
=
[
"tadah hpo -c config.tadah -
h
hpotargets.txt -v valid.tadah"
]
examples
=
[
"tadah hpo -c config.tadah -
-hpotarget
hpotargets.txt
-
-v
alidation
valid.tadah"
]
[TASKS.hpo.keys]
INHERIT
=
[
"ALLOWED_KEYS.config"
,
"ALLOWED_KEYS.hpotarget"
,
"ALLOWED_KEYS.validation"
,
"ALLOWED_KEYS.force"
,
"ALLOWED_KEYS.stress"
,
"ALLOWED_KEYS.verbose"
]
[TASKS.hpo.keys.config]
...
...
@@ -994,7 +994,7 @@ INHERIT = ["ALLOWED_KEYS.verbose"]
[TASKS.analysis.bfunc]
description
=
"Evaluate and plot basis functions."
long_description
=
"Evaluate and plot basis functions.
\n
Example: tadah analysis bfunc -c config.tadah -o bfunc.txt -r 0 5 500 -t
\"
2b Y
\"
"
long_description
=
"
Long description:
Evaluate and plot basis functions."
examples
=
[
"tadah analysis bfunc -c config.tadah -o bfunc.txt -r 0 5 500 -t
\"
2b Y
\"
"
]
[TASKS.analysis.bfunc.keys]
INHERIT
=
[
"ALLOWED_KEYS.config"
,
"ALLOWED_KEYS.outfile"
,
"ALLOWED_KEYS.range"
,
"ALLOWED_KEYS.type"
,
"ALLOWED_KEYS.numeric"
,
"ALLOWED_KEYS.verbose"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment