finetune_alexnet_with_tensorflow icon indicating copy to clipboard operation
finetune_alexnet_with_tensorflow copied to clipboard

Code for finetuning AlexNet in TensorFlow >= 1.2rc0

Results 10 finetune_alexnet_with_tensorflow issues
Sort by recently updated
recently updated
newest added

I run the script of finetune.py in both TensorFlow 1.5 and TensorFlow 2.1. After solving many issues, I found out the shape incompatibility issue in the script of alexnet.py. Please...

While I test the scrip of fintune.py on TensorFlow 1.5, the system throws the errorn as follows. I list the information inlucuding ValueError, possible questionable code and traceback as follows....

Hello, can you give me the original data set, or related url?

2019-05-28 10:45:45.833285 Validation Accuracy = 0.2188 2019-05-28 10:45:45.833390 Saving checkpoint of model... 2019-05-28 10:45:47.135384 Model checkpoint saved at checkpoints/model_epoch1.ckpt 2019-05-28 10:45:47.464044 Start validation 2019-05-28 10:45:50.295000 Validation Accuracy = 0.2188 2019-05-28...

Hello, I use python 3.6 + tensorflow 1.9.0 to do a classification task by finetuning Alexnet. In kratzert's srouce code, the range of data is [0,255] and the image is...

![image](https://user-images.githubusercontent.com/49088671/55557006-7c245480-571b-11e9-877d-fe6d6a43a3b6.png)

I have been trying to use this code to fine-tune the network to classify images from the Cifar10 dataset. However, I get the following error: Traceback (most recent call last):...

hi, I have a question. Why is that code in function create() in "https://kratzert.github.io/2017/02/24/finetuning-alexnet-with-tensorflow.html" the pool1 layer is after norm1 layer, and here norm1 is after pool1? As I know,...

minor changes to make this repo be compatible with tf 1.10. 1. port data load code to tf.data, 2. remove warning, "softmax_cross_entropy_with_logits deprecated",