Question 1
First 2 layers of efficientnet are Rescaling and Normalization Layers. I was reading how the normalization layer works and before normalization, adapt() function should be called. I looked efficientnet source code and there was no adapt() function here is the link : https://github.com/keras-team/keras/blob/07e13740fd181fc3ddec7d9a594d8a08666645f6/keras/applications/efficientnet.py#L326
Do I have to call adapt() function before train my dataset?
Asked
Active
Viewed 316 times
0

bora eruysaliz
- 1
- 1