Skip to content

Instantly share code, notes, and snippets.

View DjangoPeng's full-sized avatar
:octocat:
working

Jingtian Peng DjangoPeng

:octocat:
working
View GitHub Profile
@DjangoPeng
DjangoPeng / Dockerfile
Last active October 31, 2017 07:40
TensorFlow v1.0.1 Dockerfile
FROM ubuntu:14.04
MAINTAINER Peng Jingtian <[email protected]>
# Set apt proxy
COPY apt.conf /etc/apt/apt.conf
# Set proxy
@DjangoPeng
DjangoPeng / mnist_tfrecord.py
Created March 28, 2017 01:10
[Tensorflow][issue#8687] OutOfRangeError reproduce code
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import argparse
import os.path
import sys
import time
import tensorflow as tf