Skip to content
This repository was archived by the owner on Aug 19, 2023. It is now read-only.

Commit 0c61831

Browse files
committed
bug
1 parent 4926b6e commit 0c61831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def main(args=None):
113113
retinanet.module.freeze_bn()
114114

115115
epoch_loss = []
116-
'
116+
117117
for iter_num, data in enumerate(dataloader_train):
118118
try:
119119
optimizer.zero_grad()

0 commit comments

Comments
 (0)