Skip to content
Snippets Groups Projects
Commit 15027535 authored by François  LAURENT's avatar François LAURENT
Browse files

pretrained models aligned with dev

parent cfacb163
No related branches found
No related tags found
No related merge requests found
20230129
\ No newline at end of file
...@@ -35,9 +35,9 @@ function main(args=ARGS) ...@@ -35,9 +35,9 @@ function main(args=ARGS)
exit() exit()
elseif length(args) == 1 && args[1] == "default" elseif length(args) == 1 && args[1] == "default"
args = ["20230524-6behaviors-25", "20230524-hunch-25", "20230524-roll-25"] args = ["20230524-6behaviors-25", "20230524-hunch-25", "20230524-roll-25"]
#cd(mkpath(joinpath(projectdir, "pretrained_models"))) do cd(mkpath(joinpath(projectdir, "pretrained_models"))) do
# symlink("20230524-6behaviors-25", "default"; dir_target=true) symlink("20230524-6behaviors-25", "default"; dir_target=true)
#end end
end end
for arg in args for arg in args
pretrained_models(arg) pretrained_models(arg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment