Skip to content

Serving PRECEPT models via C++/libTorch interface.

Notifications You must be signed in to change notification settings

electronics-and-drives/precppt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serving PRECEPT Models

Installation

Depends on:

Build from Source

$ mkdir build
$ cd build
$ cmake -DCMAKE_PREFIX_PATH=/path/to/libtorch ..
$ cmake --build .

TODO

  • Overload constructor w/o .yml and use Setters.
    • Implement these Setters
  • Implement data pre/post processing and transformations
  • Change all memeber datatypes to torch::Tensor and convert in setter/getter to array.
  • Overload predict function to work with 2D vector

About

Serving PRECEPT models via C++/libTorch interface.

Topics

Resources

Stars

Watchers

Forks