Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8e2d06

Browse files
committed
fix prototxt
1 parent c25fae9 commit b8e2d06

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

caffe/models/JAN/alexnet/train_val.prototxt

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ layer {
66
top: "source_label"
77
image_data_param {
88
source: "./data/office/amazon_list.txt"
9-
# source: "./data/office/webcam_list.txt"
10-
# source: "./data/office/dslr_list.txt"
11-
# source: "/home/liushichen/playground/taskcv-2017-public/classification/data/train/train_list.txt"
12-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Art_list.txt"
13-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Clipart_list.txt"
14-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Product_list.txt"
15-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Real_World_list.txt"
169
batch_size: 64
1710
new_height: 256
1811
new_width: 256
@@ -32,13 +25,6 @@ layer {
3225
top: "target_label"
3326
image_data_param {
3427
source: "./data/office/webcam_list.txt"
35-
# source: "./data/office/dslr_list.txt"
36-
# source: "./data/office/amazon_list.txt"
37-
# source: "/home/liushichen/playground/taskcv-2017-public/classification/data/validation/test_list.txt"
38-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Art_list.txt"
39-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Real_World_list.txt"
40-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Clipart_list.txt"
41-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Product_list.txt"
4228
batch_size: 64
4329
new_height: 256
4430
new_width: 256
@@ -64,13 +50,6 @@ layer {
6450
top: "label"
6551
image_data_param {
6652
source: "./data/office/webcam_list.txt"
67-
# source: "./data/office/dslr_list.txt"
68-
# source: "./data/office/amazon_list.txt"
69-
# source: "/home/liushichen/playground/taskcv-2017-public/classification/data/validation/test_list.txt"
70-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Art_list.txt"
71-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Real_World_list.txt"
72-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Clipart_list.txt"
73-
# source: "/home/dataset/office-H/OfficeHomeDataset_10072016/Product_list.txt"
7453
batch_size: 1
7554
new_height: 256
7655
new_width: 256

caffe/models/JAN/resnet/train_val.prototxt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ layer {
66
top: "source_label"
77
image_data_param {
88
source: "./data/office/amazon_list.txt"
9-
# source: "./data/office/webcam_list.txt"
10-
# source: "./data/office/dslr_list.txt"
119
batch_size: 16
1210
new_height: 256
1311
new_width: 256
@@ -27,8 +25,6 @@ layer {
2725
top: "target_label"
2826
image_data_param {
2927
source: "./data/office/webcam_list.txt"
30-
# source: "./data/office/dslr_list.txt"
31-
# source: "./data/office/amazon_list.txt"
3228
batch_size: 16
3329
new_height: 256
3430
new_width: 256
@@ -54,8 +50,6 @@ layer {
5450
top: "label"
5551
image_data_param {
5652
source: "./data/office/webcam_list.txt"
57-
# source: "./data/office/dslr_list.txt"
58-
# source: "./data/office/amazon_list.txt"
5953
batch_size: 1
6054
new_height: 256
6155
new_width: 256

0 commit comments

Comments
 (0)