This file contains hidden or 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: "DENSENET_121" | |
layer { | |
name: "data" | |
type: "Data" | |
top: "data" | |
top: "label" | |
include { | |
phase: TRAIN | |
} |
This file contains hidden or 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
"streamSettings": { | |
"network": "tcp", | |
"security": "tls", // security 要设置为 tls 才会启用 TLS | |
"tlsSettings": { | |
"certificates": [ | |
{ | |
"certificateFile": "/etc/v2ray/v2ray.crt", // 证书文件 | |
"keyFile": "/etc/v2ray/v2ray.key" // 密钥文件 | |
} | |
] |
This file contains hidden or 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: "AlexNet" | |
layer { | |
name: "data" | |
type: "Data" | |
top: "data" | |
top: "label" | |
include { | |
phase: TRAIN | |
} | |
transform_param { |
This file contains hidden or 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: "ResNet-50" | |
layer { | |
name: "data" | |
type: "Data" | |
top: "data" | |
top: "label" | |
include { | |
phase: TRAIN | |
} | |
transform_param { |
This file contains hidden or 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
# It's used to generate mobilenetv2 | |
# | |
################################################################################ | |
from caffe.proto import caffe_pb2 | |
from google.protobuf import text_format | |
import argparse | |
def Conv2dWithoutBias(net, bottom, top, dim_out, stride=1, kernel=1, pad=0): | |
""" A convolution block including 2d-convolution, batchnorm and relu layers |
This file contains hidden or 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
# This script is used to generate mobilenetv1 | |
# | |
################################################################################ | |
from caffe.proto import caffe_pb2 | |
from google.protobuf import text_format | |
import argparse | |
def Conv2dWithoutBias(net, bottom, top, dim_out, stride=1, kernel=1, pad=0): |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
n01440764/n01440764_10026.JPEG 0 | |
n01440764/n01440764_10027.JPEG 0 | |
n01440764/n01440764_10029.JPEG 0 | |
n01440764/n01440764_10040.JPEG 0 | |
n01440764/n01440764_10042.JPEG 0 | |
n01440764/n01440764_10043.JPEG 0 | |
n01440764/n01440764_10048.JPEG 0 | |
n01440764/n01440764_10066.JPEG 0 | |
n01440764/n01440764_10074.JPEG 0 | |
n01440764/n01440764_1009.JPEG 0 |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
n01440764/n01440764_10026.JPEG 0 | |
n01440764/n01440764_10027.JPEG 0 | |
n01440764/n01440764_10029.JPEG 0 | |
n01440764/n01440764_10040.JPEG 0 | |
n01440764/n01440764_10042.JPEG 0 | |
n01440764/n01440764_10043.JPEG 0 | |
n01440764/n01440764_10048.JPEG 0 | |
n01440764/n01440764_10066.JPEG 0 | |
n01440764/n01440764_10074.JPEG 0 | |
n01440764/n01440764_1009.JPEG 0 |
This file contains hidden or 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: "mobilenetv2" | |
layer { | |
name: "data" | |
type: "Data" | |
top: "data" | |
top: "label" | |
include { | |
phase: TRAIN | |
} | |
transform_param { |
This file contains hidden or 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: "mobilenetv2" | |
layer { | |
name: "data" | |
type: "Data" | |
top: "data" | |
top: "label" | |
include { | |
phase: TRAIN | |
} | |
transform_param { |
NewerOlder