neuroailab / tfutils

Utilities for working with tensorflow
MIT License
25 stars 8 forks source link

Multi-model and multi-gpu support #74

Closed alexandonian closed 7 years ago

alexandonian commented 7 years ago

This branch introduces several new features that facilitate multi-model and multi-gpu training/validation under a single, shared dataprovider. This branch also adds support for custom training/validation routines and increased control over pre-training checks (e.g. git repo status). Note: the outward facing API/interface actually remains unchanged.