Skip to content

Common code for all deep learning predictors used by MLModelScope

License

Notifications You must be signed in to change notification settings

c3sr/dlframework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLFramework

Build Status Build Status

Deep Learning Framework contains common code used for the MLModelScope agents.

Evaluation

contains commands that help summarize and visualize the experiments results.

Framework

Agents

Allows applications to connect to a message queue to get prediction jobs to be run and returns result via the message queue and to a mongodb for archiving.

Server

Setup the Cobra commandline interface to run buildtime, completion, env, predict, worker, info and other commands.

Core Prediction

Handles the setup of a prediction but requires a framework to actually run model. Predictions process is shared between the cli and the mq agent and should behave identically.

httpapi

(This is deprecated) Creates an api to run predicts against, this is being replaced with new functions in mlmodelscope-api

registryquery

(This is deprecated) communication with the Consul registry storing what models and frameworks are available, this is being replaced with new functions in mlmodelscope-api

About

Common code for all deep learning predictors used by MLModelScope

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.5%
  • Shell 2.3%
  • Roff 2.0%
  • Makefile 1.2%