Image-Classification-Using-EfficientNets
Image-Classification-Using-EfficientNets copied to clipboard
Series of EfficientNets (B0 to B7)
Results
2
Image-Classification-Using-EfficientNets issues
Sort by
recently updated
recently updated
newest added
On Cusom dataset training notebook this line: ``` images = np.array(images) images = images.astype('float32') / 255.0 ``` converts images into `black` If input images are grayscaled.
Hello My total images are 13 thousand and I want to use EfficientNet B7 When I run this code #This model takes input images of shape (224, 224, 3), and...