Code Monkey home page Code Monkey logo

chainer-deepmark's People

Contributors

anaruse avatar delta2323 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

anaruse aiedward

chainer-deepmark's Issues

Support multi-GPU evaluation

Currently we evaluate each architecture only with CPU or single GPU. As Soumith wrote, deepmark wants to support multiple GPU evaluation. The task is feasibility of multiple GPU evaluation with Chainer and implementation of it if possible.

AlexNet is different from One Weird Trick version

There are (at least) two versions of AlexNet:

Unfortunately, current implementation of AlexNet in is neither of them. We need to modify the architecture.

Note that in OWT version, the architecture in cuda-convnet2 is slightly different from paper version (footnote 1). Namely, channel num of conv4 is 256 vs. 384. We need to make clear which version to use.

Implement C3D

Current Chainer does not have Convolution3D and max_pooling_3d. C3D in chainer_deepmark now uses mocked ones.

Use trainer

Chainer supports Trainer feature from v1.11.0. But current Chainer-Deepmark writes training loops manually.

Optimize workspace

I am informed through personal communication that alex-owt can improve its throughput by 40% by increasing the workspace size. As the maximum number of batchsize is the one of the metrics of deepmark, the priority of throughput and memory usage depends on the situation. So it is better to prepare the choices that varies the size of workspace used in the evaluation scripts.

Output result in JSON format

The result of measurement is required to output in JSON format. As the detail of the specification is not discussed enough, we will implement it after the specification will be determined.

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.