Skip to content

AhmedZeer/libtorch-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libtorch Sandbox

  • This repo includes some Libtorch examples for learning purposes.
  • Sum important commands are given.

init CMake :

mkdir build
cd build

# Change the path
cmake -DCMAKE_PREFIX_PATH=/home/ahmed4/gitS/libtorch ..
cmake --build . --config Release

build :

cmake --build . --config Release

About

Basic Implementations Using LibTorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published