CIFAR10-img-classification-tensorflow icon indicating copy to clipboard operation
CIFAR10-img-classification-tensorflow copied to clipboard

image classification with CIFAR10 dataset w/ Tensorflow

Results 7 CIFAR10-img-classification-tensorflow issues
Sort by recently updated
recently updated
newest added

The `py` file does not run without errors. First error: ``` 2018-12-26 13:43:14.981240: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1511] Adding visible gpu devices: 0 2018-12-26 13:43:15.288316: I tensorflow/core/common_runtime/gpu/gpu_device.cc:982] Device interconnect StreamExecutor with strength 1...

For some reason I'm hovering around ~0.15 accuracy during the training for both the notebook and the py file. Also, in the final layer, shouldn't it be full4 not full3?...

Hi , I am currently doing some experiments to increase the accuracy of the model. As you know, we have a 1024 lenght array before making a class prediction. I...

--------------------------------------------------------------------------- KeyError Traceback (most recent call last) in () 89 90 ---> 91 test_model() in test_model() 66 loaded_y = loaded_graph.get_tensor_by_name('output_y:0') 67 loaded_keep_prob = loaded_graph.get_tensor_by_name('keep_prob:0') ---> 68 loaded_logits = loaded_graph.get_tensor_by_name('logits:0') 69...

Hello Sir, Thanks for sharing your code. I try to train a model based on your code, however something strange happened: when I run block [60] of CIFAR10_image_classification.ipynb , I...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...