Skip to content

Instantly share code, notes, and snippets.

View amirhfarzaneh's full-sized avatar
🎯
Focusing

Amir H. Farzaneh amirhfarzaneh

🎯
Focusing
View GitHub Profile
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
# Imports
import numpy as np
import tensorflow as tf
import matplotlib.pyplot as plt
tf.logging.set_verbosity(tf.logging.INFO)