Skip to content

Instantly share code, notes, and snippets.

View feeds's full-sized avatar
🦎
exploring

Freya Behrens feeds

🦎
exploring
  • PhD student @ EPFL
  • Switzerland
View GitHub Profile
@feeds
feeds / tensorboard_logging.py
Created June 26, 2018 11:09
Use tensorboard to log any variables over time.
import tensorflow as tf
import os
import time
import logging
from util.config import LOG_DIR
TF_LOG_DIR = os.path.join(LOG_DIR, 'tensorboard')
loggers = {}
@feeds
feeds / .travis.yml
Created May 22, 2018 17:03
Travis file for importing graph_tool with python3
sudo: required
dist: trusty
language: python
python:
- "3.6"
# command to install dependencies
cache:
- pip
- apt