Home

Awesome

chainer-colab-notebook

Overview

You can quickly start Chainer hands-on with Colaboratory:

Description

The github repository chainer-community/chainer-colab-notebook is synchronized with ReadTheDocs. All the notebooks here can be run on Colaboratory.

Requirement

You can use the notebooks if you can use Colaboratory. See detail of Colaboratory FAQ.

Usage

  1. Access Chainer Colab Notebook on ReadTheDocs.

  2. Find the notebook you want to start.

  3. Click and open with Colaboratory.

  4. Copy the notebook to your drive.

    <img width="487" alt="2018-03-12 23 01 28" src="https://user-images.githubusercontent.com/1277089/37288044-9d7c53ca-2649-11e8-8b95-207f30347fe0.png">
  5. Just run the notebook!

    <img width="847" alt="2018-03-12 23 02 57" src="https://user-images.githubusercontent.com/1277089/37288049-a0069bc8-2649-11e8-8937-0cd2d75da700.png">

Contribution

  1. Create your notebook. Please use Python3 and GPU.

    <img width="883" alt="2018-03-12 23 16 35" src="https://user-images.githubusercontent.com/1277089/37288857-a21b73fa-264b-11e8-9c70-0143e1c73439.png">
  2. Download it as the jupyter notebook.

    <img width="712" alt="2018-03-12 23 17 24" src="https://user-images.githubusercontent.com/1277089/37288870-a7d62f9c-264b-11e8-8334-ebf553c9fe30.png">
  3. Push it to the github repository chainer-community and make PR!