iterative-hyperparameter-search

Guided Hyperparameter Search for Custom Deep Learning Models and Training Loops

a tensorflow-based pipeline for tuning deep learning model hyperparameters with a simple guided hyperparameter search strategy.

Features

File Overview

Usage

  1. Install dependencies:
    pip install tensorflow numpy

  2. Run hyperparameter search: python train.py

  3. Modify train.py, model.py, train_utils.py to implement custom architectures and use different datasets.