Skip to content

Instantly share code, notes, and snippets.

View elvircrn's full-sized avatar

Elvir Crnčević elvircrn

  • TU Graz
  • Graz/Sarajevo
View GitHub Profile
@floriandotpy
floriandotpy / optimize.py
Created October 5, 2016 08:46
Hyperopt script for Tensorflow model
#!/usr/bin/python3
from cnn import cnn
import hyperopt
def objective(args):
params = cnn.ExperimentParameters()