Skip to content

go-aie/paddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paddle

Go Reference

Go Inference Engine for PaddlePaddle.

Installation

  1. Install paddle

    $ go get -u github.com/go-aie/paddle
  2. Install Paddle Inference Go API

Documentation

Check out the documentation.

Known Issues

BLAS error

When using a high maxConcurrency (e.g. running benchmarks), sometimes you will get a BLAS error:

BLAS : Program is Terminated. Because you tried to allocate too many memory regions.

Solution

Set OpenBLAS to use a single thread:

export OPENBLAS_NUM_THREADS=1
export GOTO_NUM_THREADS=1
export OMP_NUM_THREADS=1

See also:

License

MIT

About

Go Inference Engine for PaddlePaddle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages