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
Megatron-LM
Commits
8db0e41b
Commit
8db0e41b
authored
Feb 28, 2022
by
Vijay Korthikanti
Browse files
minor cleanup
parent
ca7a2e34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tasks/vision/finetune_utils.py
tasks/vision/finetune_utils.py
+0
-1
No files found.
tasks/vision/finetune_utils.py
View file @
8db0e41b
...
@@ -147,7 +147,6 @@ def _train(
...
@@ -147,7 +147,6 @@ def _train(
# For all the batches in the dataset.
# For all the batches in the dataset.
for
iteration_
,
batch
in
enumerate
(
train_dataloader
):
for
iteration_
,
batch
in
enumerate
(
train_dataloader
):
args
.
curr_iteration
=
iteration_
# Ignore the iterations before starting value
# Ignore the iterations before starting value
if
iteration_
<
start_iteration
:
if
iteration_
<
start_iteration
:
continue
continue
...
...
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