Giter Site home page Giter Site logo

yrlu / teaism Goto Github PK

View Code? Open in Web Editor NEW
15.0 4.0 1.0 249.68 MB

A full-fledged yet minimalistic CUDA-based convolutional neural network library from scratch in C++

License: MIT License

Cuda 43.64% C++ 53.65% Makefile 0.46% Python 1.60% MATLAB 0.39% Shell 0.26%
cnn cuda cpp conv gpu

teaism's People

Contributors

jyhjinghwang avatar yrlu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

6676401088

teaism's Issues

Global Tensors' garbage collection

put a reference of Tensors into a list in the global session whenever Tensor::CreateTensorCPU/GPU are called.

call session->free_tensors() to free all the memory allocated to the Tensors and set references to NULLs.

Parameters Initialization

Discuss and finalize the parameter initialization design: When and how to initialize the model parameters?

Improve data layer by prefetching

Two things to do:

  1. Prefetch as many data as possible in CPU memory.
  2. Launch another CPU thread to prefetch next-batch data in the background.

Shared activation diff

To implement a shared data holder for gradients of activations for efficient GPU memory usage.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.