Skip to content

Base code for running train and evaluation models, both on local and distributed config

Notifications You must be signed in to change notification settings

medtune/Models-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0572c25 · Jan 23, 2019
Dec 18, 2018
Dec 10, 2018
Sep 4, 2018
Jan 16, 2019
Aug 31, 2018
Jan 16, 2019
Jan 16, 2019
Jan 16, 2019
Jun 26, 2018
Jan 21, 2019
Jan 14, 2019
Dec 4, 2018
Dec 4, 2018
Dec 4, 2018
Aug 29, 2018
Jan 14, 2019

Repository files navigation

Models-implementation

This is an implementation of CNN's architectures using TensorFlow. The main goal of this project is to support the creation of machine learning & deep learning Pipelines .

lien

Description

The repository is composed of:

  • Scripts for launching training and evaluation: It includes the basic tf.Session() and tf.train.MonitoredSession with different hooks and scaffold for distributed training.
  • Folder Densenet: Regroup image preprocessing functions, script for a slim-like implementation of Densenet
  • Folder utils: Convert data to Tfrecord format, analyse your data depending on its nature

##Installation

First, install Tensorflow (Or/And tensorflow-gpu) in order to perform computation in cpu-only (In GPU) Then, in order to use "slim" package, which is developped under : lien, git clone the above repository. Copy the "research" folder and perform both setup.py :

  • under research folder
  • under slim folder (make sure you delete BUILD file before running setup.py)

As a last step, git clone Models-implementation repo : https://www.github.com/medtune/Models-implementation

Usage example

Release History

About

Base code for running train and evaluation models, both on local and distributed config

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages