Basic_CNNs_TensorFlow2 icon indicating copy to clipboard operation
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).

Results 27 Basic_CNNs_TensorFlow2 issues
Sort by recently updated
recently updated
newest added

在这里感谢楼主的工作,很多地方值得借鉴、、 同时我在训练的过程中,完全没法识别。。应该是楼主没有用什么增强操作吧 直接硬上了

Tensorflow-gpu版本为2.0.0 ,使用的flower_photos数据集 您好,我在运行您的代码时发现:运行mobilenet、densenet、effcientnet等模型时,模型效果不收敛。准确率一直在0.2左右徘徊。请问这个是什么原因呢?

RuntimeError: tensorflow/lite/kernels/transpose.cc Transpose op only supports 1D-4D input arrays.Node number 9 (TRANSPOSE) failed to prepare

Hello all I am trying to use this repo., but I dont know how I can edit the codes so as (1) To plot the training and validation loss graphy...

![image](https://user-images.githubusercontent.com/42489745/91732413-2a6b4c80-ebe3-11ea-8a3f-157a7a03feb0.png) ![image](https://user-images.githubusercontent.com/42489745/91732505-48d14800-ebe3-11ea-89b3-f9755c4f5ce1.png) When I tried to execute evaluate.py, I've got error "Unsuccessful TensorSliceReader constructor: Failed to find any matching files for saved_model/" Why is this happening?

I am a beginner in model training. I train the model using MobileNetV2 and I need to test on a smart phone so I need a .tflite file and label.txt...

I'm a newcomer to Machine Learning. It's my pleasure to run your code. When I run split_dataset.py, no data is copied into folders train and test. I copy the data...

run train.py report errors Traceback (most recent call last): File "E:/work/Basic_CNNs_TensorFlow2-master/train_test.py", line 100, in model.save_weights(filepath=save_model_dir+"epoch-{}".format(epoch), save_format='tf') File "E:\anaconda3\envs\tf2\lib\site-packages\tensorflow_core\python\keras\engine\network.py", line 1123, in save_weights self._trackable_saver.save(filepath, session=session) File "E:\anaconda3\envs\tf2\lib\site-packages\tensorflow_core\python\training\tracking\util.py", line 1168, in save...

Which version of CUDA should tensorflow-gpu2.2.0rc3 correspond to? I use cuda10.0 under Ubuntu 18.04.4, and tensorflow-gpu2.2.0rc3 cannot use GPU

训练数据为什么不需要给出坐标,而是直接一张图呀