JarviSpore / model_config.json
RLD
Initial commit with model and configuration
2db586b
raw
history blame contribute delete
529 Bytes
{"input_shape": "(None, 224, 224, 3)", "output_shape": "(None, 23)", "optimizer": {"name": "Adam", "learning_rate": 9.999999747378752e-05, "decay": 0.0, "beta_1": 0.8999999761581421, "beta_2": 0.9990000128746033, "epsilon": 1e-07, "amsgrad": false}, "loss": "<function sparse_categorical_crossentropy at 0x0000029DB4E3D000>", "metrics": ["loss", "accuracy"], "description": "Mod\u00e8le de classification des champignons avec tensorflow.", "tags": ["image-classification", "deep-learning", "tensorflow", "keras", "cuda toolkit"]}