This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zjc
/
yolov5
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update fast mode
5.0
Glenn Jocher
4 years ago
parent
1c0b6236e3
commit
bdd9fee841
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
train.py
+ 1
- 1
train.py
View File
@@ -303,7 +303,7 @@ def train(hyp):
model=ema.ema,
single_cls=opt.single_cls,
dataloader=testloader,
fast=epoch
>
epochs / 2)
fast=epoch
<
epochs / 2)
# Write
with open(results_file, 'a') as f:
Write
Preview
Loading…
Cancel
Save