Skip to content

sbrhss/d2l_pytorch_cpp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Reproduction of D2L with Pytorch's C++ API

Dive to Deep Learning with Pytorch C++ API

This repository is an ealry stages of itself. I am trying to close the famous book, Dive to Deep learining. However, the orignial book is based on MXNET and there is another reposity which implements this book with Pytorch's Python API. In this reposity I will try to implement the content of this book with Pytorch's C++ API.

If there is an issue, please let me know then I can improve it.