This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layer { | |
name: "input" | |
type: "Input" | |
top: "data" | |
input_param { | |
shape { dim: 1 dim: 3 dim: 500 dim: 500 } | |
} | |
} | |
layer { | |
name: "conv1_1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: Cpp | |
# BasedOnStyle: Chromium | |
AccessModifierOffset: -1 | |
AlignAfterOpenBracket: Align | |
AlignConsecutiveAssignments: false | |
AlignConsecutiveDeclarations: false | |
AlignEscapedNewlines: Left | |
AlignOperands: true | |
AlignTrailingComments: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "FCNVGG16Train" | |
layer { | |
name: "input" | |
type: "Input" | |
top: "data" | |
top: "label" | |
input_param { | |
# These dimensions are purely for sake of example; | |
# see infer.py for how to reshape the net to the given input size. | |
shape { dim: 1 dim: 3 dim: 500 dim: 500 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "FCNVGG8" | |
layer { | |
name: "input" | |
type: "Input" | |
top: "data" | |
input_param { | |
# These dimensions are purely for sake of example; | |
# see infer.py for how to reshape the net to the given input size. | |
shape { dim: 1 dim: 3 dim: 500 dim: 500 } | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
input: "data" | |
input_dim: 1 | |
input_dim: 3 | |
input_dim: 713 | |
input_dim: 713 | |
layer { | |
name: "conv1_1_3x3_s2" | |
type: "Convolution" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"tench, Tinca tinca" | |
"goldfish, Carassius auratus" | |
"great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias" | |
"tiger shark, Galeocerdo cuvieri" | |
"hammerhead, hammerhead shark" | |
"electric ray, crampfish, numbfish, torpedo" | |
"stingray" | |
"cock" | |
"hen" | |
"ostrich, Struthio camelus" |
NewerOlder