Skip to content

Instantly share code, notes, and snippets.

View chunyang-wen's full-sized avatar

Chunyang Wen chunyang-wen

View GitHub Profile
@chunyang-wen
chunyang-wen / GistList!.md
Created November 20, 2014 16:19
Try GistList for iOS! http://gistlist.io/

##alt text GistList: TODO for coders alt text

"""
Copyright (c) 2011 Tencent Inc.
All rights reserved.
Author: Huan Yu <[email protected]>
Feng chen <[email protected]>
Yi Wang <[email protected]>
Chong peng <[email protected]>
Date: October 20, 2011
@chunyang-wen
chunyang-wen / tensorboard_logging.py
Created May 30, 2018 02:29 — forked from gyglim/tensorboard_logging.py
Logging to tensorboard without tensorflow operations. Uses manually generated summaries instead of summary ops
"""Simple example on how to log scalars and images to tensorboard without tensor ops.
License: Copyleft
"""
__author__ = "Michael Gygli"
import tensorflow as tf
from StringIO import StringIO
import matplotlib.pyplot as plt
import numpy as np