Skip to content

Instantly share code, notes, and snippets.

View beomjunshin-ben's full-sized avatar

Beomjun Shin (Ben) beomjunshin-ben

View GitHub Profile
@beomjunshin-ben
beomjunshin-ben / dataset.py
Created December 18, 2018 16:35
tf.dataset tutorial
import argparse
import matplotlib.pyplot as plt
import seaborn as sns
import tensorflow as tf
import numpy as np
class DatasetTutorial():
def __init__(self):