awjuliani / TF-Tutorials

A collection of deep learning tutorials using Tensorflow and Python
523 stars 189 forks source link

Enable Python 3 compatibility in merge #1

Closed planetceres closed 7 years ago

planetceres commented 7 years ago

Python 3.5 needs integer division performed with // to avoid broadcast type error:

ValueError: could not broadcast input array from shape (32,32) into shape (29,32)