TF-Tutorials
TF-Tutorials copied to clipboard
A collection of deep learning tutorials using Tensorflow and Python
Got ValueError on my MacBook Pro with Python 2.7 ValueError: Filter must not be larger than the input: Filter: (3, 3) Input: (2, 2)
In the readme of " Deep Network Comparison.ipynb" With little parameter tuning I was able to get them to perform above 90% accuracy on a test set after only an...
Hello! I followed the "Deep Network Comparison" tutorial: I put the DenseNet code block and all other code blocks (except for RegularNet, ResNet, and HighwayNet) into a python file, and...