jackhhchan / Calorie-Tracker

Neural network training code (Keras) and image processing source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README
INSTRUCTIONS


1. 	Training the neural network
	-b for batch size
	-e for epochs

	python train.py
	or 
	python train.py -b 128, -e 100


	Model, its weights and relevant files are saved in the ~Model folder.

About

Neural network training code (Keras) and image processing source code


Languages

Language:Python 100.0%