Guidelines for developing neural network models
-
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.
-
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
-
Please label trained models.