File size: 188 Bytes
e6ef130 |
1 2 3 4 5 6 |
# Model architecture definition (same as before)
model = build_synthetic_esrgan()
model.compile(optimizer='adam', loss='mae')
# Save the model
model.save("synthetic_underwater_esrgan.h5") |