/nnabla-examples

Neural Network Libraries https://nnabla.org/ - Examples

Primary LanguagePythonApache License 2.0Apache-2.0

Neural Network Libraries - Examples

This repository contains working examples of Neural Network Libraries. Before running any of the examples in this repository, you must install the Python package for Neural Network Libraries. The Python install guide can be found here.

Before running an example, also run the following command inside the example directory, to install additional dependencies:

cd example_directory
pip install -r requirements.txt

Docker workflow

  • Our Docker workflow offers an easy installation and setup of running environments of our examples.
  • See this page.

Interactive Demos

We have prepared interactive demos, where you can play around without having to worry about the codes and the internal mechanism. You can run it directly on Colab from the links in the table below.

Name Notebook Task
ESR-GAN Open In Colab Super-Resolution
Self-Attention GAN Open In Colab Image Generation
Face Alignment Network Open In Colab Facial Keypoint Detection
PSMNet Open In Colab Depth Estimation
ResNet/ResNeXt/SENet Open In Colab Image Classification
YOLO v2 Open In Colab Object Detection
CenterNet Open In Colab Object Detection
StarGAN Open In Colab Image Translation
MixUp / CutMix / VH-Mixup Open In Colab Data Augmentation
StyleGAN2 Open In Colab Image Generation
X-UMX Open In Colab Music Source Separation
DCGAN Open In Colab Image Generation
Virtual Adversarial Training Open In Colab Semi-Supervised Learning
Variational Auto-encoder Open In Colab Unsupervised Learning
SiameseNet Open In Colab Feature Embedding
Out-of-Core training Open In Colab Out-of-Core training