Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krshrimali/transfer-learning-dogs-cats-libtorch

Transfer Learning on Dogs vs Cats dataset using PyTorch C+ API
https://github.com/krshrimali/transfer-learning-dogs-cats-libtorch

cling dogs-vs-cats jupyter libtorch pytorch pytorch-cpp transfer-learning xeus-cling

Last synced: 2 months ago
JSON representation

Transfer Learning on Dogs vs Cats dataset using PyTorch C+ API

Awesome Lists containing this project

README

        

# Transfer-Learning-Dogs-Cats-Libtorch

Transfer Learning on Dogs vs Cats dataset using PyTorch C++ API

**Implementation**

1. `mkdir build`
2. `cmake -DCMAKE_PREFIX_PATH=/absolute/path/to/libtorch ..`
3. `make`
4. `./example `

TODOs:

1. Load dataset in the way suggested. Prevents OOM (lazily load a single image)
2. ~~Test accuracy. And predictions samples.~~