Skip to content

API layer built on tensorflow-2.0 for high performance and easy training

Notifications You must be signed in to change notification settings

faizanahemad/FastNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastNet (Not ready for install yet)

API layer built on tf-2.0 for high performance and easy training

Tenets

  • We support only tensorflow 2.x, not 1.x support
  • Emphasis on speed of training, when we have to choose between speed and code complexity, we will favor speed.
  • Emphasis to build a high level API like Fast.ai on tensorflow
  • Self contained but extendable.
  • Every function should have proper documentation
  • Notebook based examples should be provided
  • Enable Multiple Runs and logging for seeing history of experiments.

Installation

pip install --upgrade --upgrade-strategy only-if-needed https://github.com/faizanahemad/FastNet/tarball/master

or for developer mode:

pip install -e .

Usage

Immediate Things to do

  • setup unit test suite
  • setup Site Page

References

Tensorflow Resources

Keras

Others

About

API layer built on tensorflow-2.0 for high performance and easy training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages