Skip to content

Instantly share code, notes, and snippets.

View LiuZengqiang's full-sized avatar
💻
Nothing.

LiuZengqiang LiuZengqiang

💻
Nothing.
View GitHub Profile
@khanhnamle1994
khanhnamle1994 / main.py
Last active March 2, 2025 05:25
FCN - Full Code
#--------------------------
# USER-SPECIFIED DATA
#--------------------------
# Tune these parameters
num_classes = 2
image_shape = (160, 576)
EPOCHS = 40
BATCH_SIZE = 16