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

dsc-umass/neural-network-collaboration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published