Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.22 KB

File metadata and controls

23 lines (18 loc) · 1.22 KB

header only, deep learning framework with no dependencies other than libtorch

previous topic

Beautiful beach?

C# applicatin example

This application is in cpp_torch/example/app/dcgan_Application

C++ only super_resolution (train & test)
60epochs
It's still being verified
ESPCN(Efficient SubPixel Convolutional Neural Network)
SRCNN(Super-Resolution Convolutional Neural Network)

This application is in cpp_torch/example/app/super_resolution_Application

C++ only DCGAN(Deep Convolutional Generative Adversarial Network) (train & test) reference
It was not possible with tiny-dnn, but it became possible with cpp_torch(libtorch).