Basic_CNNs_TensorFlow2
Basic_CNNs_TensorFlow2 copied to clipboard
A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
I tried all models but this error happened every time after some steps in the first epoch. Traceback (most recent call last): File "D:\Py\Basic_CNNs_TensorFlow2-master\Basic_CNNs_TensorFlow2-master\train.py", line 150, in images, labels =...

Where to download pretrained model about EfficientNet? Thanks!
pip insatll tensorflow==2.0.0 or pip install tensorflow==2.0.0-beta1,tensorflow2.0.0or tensorflow2.0.0-beta1,but when I run train.py, the error of "ValueError: This converter can only convert a single ConcreteFunction. Converting multiple functions is under development"...
Did you shuffle the training data after every training epoch?
你好,我在运行了博主的to_tfrecord代码以后生成的datasettest.tfrecord、datasettrain.tfrecord、datasetvaild.tfrecord都是空的,这是为什么?博主的数据集应该是什么格式?是不是有格式要求?还有运行了train以后出来的训练和测试的准确率都是0?源代码里是还有要改的地方吗? Epoch: 0/20, train loss: 0.00000, train accuracy: 0.00000, valid loss: 0.00000, valid accuracy: 0.00000 Epoch: 1/20, train loss: 0.00000, train accuracy: 0.00000, valid loss: 0.00000, valid accuracy: 0.00000 Epoch:...
2023-02-21 19:53:25.950975: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 To enable them in...