/Hands-on-Tensorboard

This is an implementation of what is displayed step by step in "Hands-on Tensorboard" vidéo from official Tensorflow tutorial video at https://www.youtube.com/watch?v=eBbEDRsCmv4, the final source code is available at https://goo.gl/ZwGnPE. This repo is of course mainly inspired from this tutorial and its source code. However, it has the specificity of giving all steps that are explained during the tutorial, which helps to understand the whole video, instead of seeing the final code without intermediary steps... It is implemented with method tf.get_variable() instead of class tf.Variable, therefore there are some differences with original source code. Tensorflow official documentations explains that tf.get_variable() is better for Multi-GPU computations. Database for training is MNIST

Primary LanguagePythonMIT LicenseMIT

Tensorflow-Toy

This is an implementation of cnns and gans using tensorflow. Data base for training is MNIST