Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nianchen Deng
deeplightfield
Commits
0af84388
Commit
0af84388
authored
Dec 25, 2020
by
BobYeah
Browse files
fix a bug in run_lf_syn.py
parent
67c4de9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
run_lf_syn.py
View file @
0af84388
...
...
@@ -58,7 +58,7 @@ def train():
# 3. Train
model
.
train
()
epoch
=
EPOCH_BEGIN
iters
=
EPOCH_BEGIN
*
len
(
train_data_loader
)
iters
=
EPOCH_BEGIN
*
len
(
train_data_loader
)
*
BATCH_SIZE
util
.
CreateDirIfNeed
(
RUN_DIR
)
...
...
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