Skip to content

gopherdata/dlinfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A "deep learning" inference engine for Go

This project intends to make trained models, such as AlexNet, GoogleNet, etc., accessible within Go. It utilizes the functionality of Intel's inference engine (part of the deep learning SDK) to interact with trained and optimized neural networks.

Note: This is work in progress.

Dependencies

Use

  • get the dlinfer package:

    go get github.com/gopherds/dlinfer
    
  • declare the following environmental variable:

    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/deep_learning_sdk_2016.1.0.861/deployment_tools/inference_engine/bin/intel64/lib:/opt/intel/deep_learning_sdk_2016.1.0.861/deployment_tools/inference_engine/lib/intel64
    
  • build/install your Go progams as you normally would with go build and go install. See here for an example.

About

A deep learning inference engine for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published