Skip to content

Commit a661001

Browse files
committed
Renaming CaffeNet model prototxts and unignoring models/*
1 parent 84917d6 commit a661001

8 files changed

Lines changed: 2 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Makefile.config
5151
# 1. reference, and not casually committed
5252
# 2. custom, and live on their own unless they're deliberated contributed
5353
data/*
54-
models/*
5554
*.caffemodel
5655
*.solverstate
5756
*.binaryproto
File renamed without changes.

models/bvlc_alexnet/alexnet_solver.prototxt renamed to models/bvlc_alexnet/solver.prototxt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
net: "models/bvlc_alexnet/alexnet_train_val.prototxt"
1+
net: "models/bvlc_alexnet/train_val.prototxt"
22
test_iter: 1000
33
test_interval: 1000
44
base_lr: 0.01
File renamed without changes.
File renamed without changes.

models/bvlc_reference_caffenet/caffenet_solver.prototxt renamed to models/bvlc_reference_caffenet/solver.prototxt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
net: "models/bvlc_reference_caffenet/caffenet_train_val.prototxt"
1+
net: "models/bvlc_reference_caffenet/train_val.prototxt"
22
test_iter: 1000
33
test_interval: 1000
44
base_lr: 0.01

models/bvlc_reference_caffenet/caffenet_train_val.prototxt renamed to models/bvlc_reference_caffenet/train_val.prototxt

File renamed without changes.

models/bvlc_reference_rcnn_ilsvrc13/rcnn_imagenet_deploy.prototxt renamed to models/bvlc_reference_rcnn_ilsvrc13/deploy.prototxt

File renamed without changes.

0 commit comments

Comments
 (0)