TF-Tutorials icon indicating copy to clipboard operation
TF-Tutorials copied to clipboard

A collection of deep learning tutorials using Tensorflow and Python

Results 3 TF-Tutorials issues
Sort by recently updated
recently updated
newest added

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...