Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MTIP
spinifel
Commits
07fc45c6
Commit
07fc45c6
authored
Mar 02, 2022
by
Seema Mirchandaney
Browse files
minor fix
parent
08cd2c9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
spinifel/legion/main.py
View file @
07fc45c6
...
...
@@ -52,7 +52,7 @@ def main():
pixel_index
,
slices
,
slices_p
)
=
get_data
(
ds
)
logger
.
log
(
f
"Loaded in
{
timer
.
lap
():.
2
f
}
s."
)
curr_gen
=
0
if
settings
.
load_gen
>
0
:
# Load input from previous generation
curr_gen
=
settings
.
load_gen
phased
,
orientations
,
orientations_p
=
checkpoint
.
load_checkpoint
(
settings
.
out_dir
,
settings
.
load_gen
)
...
...
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