Skip to content

Instantly share code, notes, and snippets.

View Maxfashko's full-sized avatar
🏠
Working from home

Maxfashko

🏠
Working from home
View GitHub Profile
name: "VGG_ILSVRC_16_layer"
layer {
name: "data"
type: "DenseImageData"
top: "data"
top: "label"
dense_image_data_param {
source: "/home/myuser/Downloads/SegNet/SegNet-Tutorial/CamVid/train.txt" # Change this to the absolute path to your data file
batch_size: 1 # Change this number to a batch size that will fit on your GPU
shuffle: true