View c3d_ucf101_deploy_no-in-place-relu.prototxt
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: "c3d_ucf101" | |
input: "data" | |
input_shape { | |
dim: 1 | |
dim: 3 | |
dim: 16 | |
dim: 112 | |
dim: 112 | |
} |
View Sports1M C3D Network to Keras.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View googleNet_train_val_small_v2.prototxt
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: "sanchitNet: GoogleNet+C3D, v2" | |
# ----- video/label input ----- | |
# ----- for training | |
layer { | |
name: "data" | |
type: "VideoData" | |
top: "data" | |
top: "label" | |
video_data_param { |
View bn_inception_anet_2016_temporal_deploy.prototxt
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: "bn_inception_anet_2016_temporal_deploy.prototxt" | |
####################################### data ####################################### | |
input: "data" | |
input_dim: 1 | |
input_dim: 10 | |
input_dim: 224 | |
input_dim: 224 | |
####################################### conv1 ####################################### | |
layer { name: "conv1/7x7_s2" type: "Convolution" bottom: "data" top: "conv1/7x7_s2" |
View resnet200_anet_2016_deploy.prototxt
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: "resnet200_anet_2016_deploy.prototxt" | |
input: "data" | |
input_shape { | |
dim: 1 | |
dim: 3 | |
dim: 224 | |
dim: 224 | |
} | |
layer { | |
name: "caffe.SpatialConvolution_0" |
View MNISTAutoencoder
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: "MNISTAutoencoder" | |
layer { | |
name: "data" | |
type: "Data" | |
top: "data" | |
include { | |
phase: TRAIN | |
} | |
transform_param { | |
scale: 0.0039215684 |