Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
darknet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KWIVER
darknet
Commits
648407a5
Commit
648407a5
authored
8 years ago
by
Joseph Redmon
Browse files
Options
Downloads
Patches
Plain Diff
:charizard:
parent
0d6b107e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cfg/tiny.cfg
+172
-0
172 additions, 0 deletions
cfg/tiny.cfg
with
172 additions
and
0 deletions
cfg/tiny.cfg
0 → 100644
+
172
−
0
View file @
648407a5
[net]
batch
=
128
subdivisions
=
1
height
=
224
width
=
224
channels
=
3
momentum
=
0.9
decay
=
0.0005
max_crop
=
320
learning_rate
=
0.1
policy
=
poly
power
=
4
max_batches
=
1600000
angle
=
7
hue
=
.1
saturation
=
.75
exposure
=
.75
aspect
=
.75
[convolutional]
batch_normalize
=
1
filters
=
16
size
=
3
stride
=
1
pad
=
1
activation
=
leaky
[maxpool]
size
=
2
stride
=
2
[convolutional]
batch_normalize
=
1
filters
=
32
size
=
3
stride
=
1
pad
=
1
activation
=
leaky
[maxpool]
size
=
2
stride
=
2
[convolutional]
batch_normalize
=
1
filters
=
16
size
=
1
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
batch_normalize
=
1
filters
=
128
size
=
3
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
batch_normalize
=
1
filters
=
16
size
=
1
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
batch_normalize
=
1
filters
=
128
size
=
3
stride
=
1
pad
=
1
activation
=
leaky
[maxpool]
size
=
2
stride
=
2
[convolutional]
batch_normalize
=
1
filters
=
32
size
=
1
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
batch_normalize
=
1
filters
=
256
size
=
3
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
batch_normalize
=
1
filters
=
32
size
=
1
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
batch_normalize
=
1
filters
=
256
size
=
3
stride
=
1
pad
=
1
activation
=
leaky
[maxpool]
size
=
2
stride
=
2
[convolutional]
batch_normalize
=
1
filters
=
64
size
=
1
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
batch_normalize
=
1
filters
=
512
size
=
3
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
batch_normalize
=
1
filters
=
64
size
=
1
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
batch_normalize
=
1
filters
=
512
size
=
3
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
batch_normalize
=
1
filters
=
128
size
=
1
stride
=
1
pad
=
1
activation
=
leaky
[convolutional]
filters
=
1000
size
=
1
stride
=
1
pad
=
1
activation
=
linear
[avgpool]
[softmax]
groups
=
1
[cost]
type
=
sse
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment