modulepackage
0.2.22
Repository: https://github.com/rai-project/dlframework.git
Documentation: pkg.go.dev
# README
DLFramework 
Framework Manifest Format
name: MXNet # name of the framework
version: 0.1 # framework version
container: # containers used to perform model prediction
# multiple platforms can be specified
amd64: # if unspecified, then the default container for the framework is used
gpu: raiproject/carml-mxnet:amd64-cpu
cpu: raiproject/carml-mxnet:amd64-gpu
ppc64le:
cpu: raiproject/carml-mxnet:ppc64le-gpu
gpu: raiproject/carml-mxnet:ppc64le-gpu
Model Manifest Format
name: InceptionNet # name of your model
framework: # the framework to use
name: MXNet # framework for the model
version: ^0.1 # framework version constraint
version: 1.0 # version information in semantic version format
container: # containers used to perform model prediction
# multiple platforms can be specified
amd64: # if unspecified, then the default container for the framework is used
gpu: raiproject/carml-mxnet:amd64-cpu
cpu: raiproject/carml-mxnet:amd64-gpu
ppc64le:
cpu: raiproject/carml-mxnet:ppc64le-gpu
gpu: raiproject/carml-mxnet:ppc64le-gpu
description: >
An image-classification convolutional network.
Inception achieves 21.2% top-1 and 5.6% top-5 error on the ILSVRC 2012 validation dataset.
It consists of fewer than 25M parameters.
references: # references to papers / websites / etc.. describing the model
- https://arxiv.org/pdf/1512.00567.pdf
# license of the model
license: MIT
# inputs to the model
inputs:
# first input type for the model
- type: image
# description of the first input
description: the input image
parameters: # type parameters
dimensions: [1, 3, 224, 224]
output:
# the type of the output
type: feature
# a description of the output parameter
description: the output label
parameters:
# type parameters
features_url: http://data.dmlc.ml/mxnet/models/imagenet/synset.txt
before_preprocess: >
code...
preprocess: >
code...
after_preprocess: >
code...
before_postprocess: >
code...
postprocess: >
code...
after_postprocess: >
code...
model: # specifies model graph and weights resources
base_url: http://data.dmlc.ml/models/imagenet/inception-bn/
graph_path: Inception-BN-symbol.json
weights_path: Inception-BN-0126.params
is_archive: false # if set, then the base_url is a url to an archive
# the graph_path and weights_path then denote the
# file names of the graph and weights within the archive
attributes: # extra network attributes
kind: CNN # the kind of neural network (CNN, RNN, ...)
training_dataset: ImageNet # dataset used to for training
manifest_author: abduld
hidden: false # hide the model from the frontend
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Bhattacharyya computes the distance between the probability distributions p and q given by: -\ln ( \sum_i \sqrt{p_i q_i} )
The lengths of p and q must be equal.
Correlation returns the weighted correlation between the samples of x and y with the given means.
Covariance returns the weighted covariance between the samples of x and y.
No description provided by the author
No description provided by the author
No description provided by the author
Hellinger computes the distance between the probability distributions p and q given by: \sqrt{ 1 - \sum_i \sqrt{p_i q_i} }
The lengths of p and q must be equal.
JensenShannon computes the JensenShannon divergence between the distributions p and q.
KullbackLeibler computes the Kullback-Leibler distance between the distributions p and q.
Mean computes the weighted mean of the data set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RegisterPredictHandler registers the http handlers for service Predict to "mux".
RegisterPredictHandlerClient registers the http handlers for service Predict to "mux".
RegisterPredictHandlerFromEndpoint is same as RegisterPredictHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
No description provided by the author
RegisterRegistryHandler registers the http handlers for service Registry to "mux".
RegisterRegistryHandlerClient registers the http handlers for service Registry to "mux".
RegisterRegistryHandlerFromEndpoint is same as RegisterRegistryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
No description provided by the author
No description provided by the author
Sum returns the sum of the elements of the slice.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author