Skip to content
This repository was archived by the owner on Feb 23, 2020. It is now read-only.

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network Collaboration

About

An open source neural network versioning system designed to separate model management functions and computationally expensive training operations.

Features

  • Fetch, update, and publish models from anywhere
  • Track metrics
  • Manage model history on the web
  • Add team members, make contributions

Example commands

>>> localModel = nnc.download(modelName)
>>> nnc.showHistory(project)
>>> nnc.update(modelname, localModel)

Comparison with other platforms

Traditional Cloud Worlflow Local Training Workflow

About

Versioning system designed to separate model management functions and training operations

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors