Presentation
Presentation
Regression Head:
• Hidden: 1024 Fully Connected Neurons
• Output: 1 ReLu/Linear Neuron
5. Model training: Baseline
bs: 32
lr: [
0.0001,
0.0003,
0.001
]
epochs: 15
Regression Head:
• Hidden Layer: 1024 Neurons
• Output: 1 ReLu/Linear Neuron
5. Model training: Conv5-Model
bs: 32
lr: 0.0001
epochs: 15
Retraining:
• The last 6 of the total 53 convolutional layers
Regression Head:
• Output: 1 ReLu/Linear Neuron
5. Model training: Robust Conv5-Model
• The data is augmented by:
• Flip
• Rotation: 2.5 degrees
• MAPE = 22%
• Comparing MAPE