Skip to content

Instantly share code, notes, and snippets.

View Gedeon-m-gedus's full-sized avatar

Gedeon Muhawenayo Gedeon-m-gedus

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Gedeon-m-gedus
Gedeon-m-gedus / main.py
Created December 16, 2019 18:46 — forked from khanhnamle1994/main.py
FCN - Full Code
#--------------------------
# USER-SPECIFIED DATA
#--------------------------
# Tune these parameters
num_classes = 2
image_shape = (160, 576)
EPOCHS = 40
BATCH_SIZE = 16