I am training a U-NET model on 238 satellite images. my val_loss is not decreasing below 0.3, despite of the different architectures that I tried.
- Conv2D(8-16-32-64-128-64-32-16-8)
- Conv2D(16-32-64-128-256-128-64-32-16)
- Conv2D(32-64-128-256-512-256-128-64-32)
- activation function = relu
- sigmoid (outputs)
- validation_split=0.10,batch_size=10, epochs=30)
- loss='binary_crossentropy'
- optimizers.Adam(learning_rate=0.001) -- also i try 0.01 and 0.0001
if you have a lead I'm interested
UpDate = i have 968 images now