Skip to content
Snippets Groups Projects
Select Git revision
  • 9b526b5891f82b4fe9512ff445605572afe718b2
  • master default
  • amy_branch
  • Lane_Demo
  • Lee
  • draw
  • alexnet_cars
7 results

Neural_Network_Development

user avatar
kpp55 authored
e6ca9fe4
History
Name Last commit Last update
..
alexnet
resnet
squeezenet
unet
README.md

Guidelines for developing neural network models

  1. Keep the training code seperate from the utilization of the model. The robot can not train the model, it's faster and easier for it to load a model.

  2. Please compress folders of images to keep the size of this repo reasonable. Compress: tar -czvf name-of-archive.tar.gz /path/to/directory-or-file Extract: tar -xzvf name-of-archive.tar.gz /path/to/directory-or-file

  3. Please label trained models.