Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Dragon Zoo

This page contains various implements for Dragon.

We demonstrate that our framework is much easier to make full use of the works that are already done,

which was described in our arXiv paper: Dragon: A Computation Graph Virtual Machine Based Deep Learning Framework

List of examples

  • cifar10 - How to train/infer a basic classification network [Caffe1 Style]

  • Seg-FCN - Fully Convolutional Networks for Semantic Segmentation [Caff1 Style]

  • GA3C - A hybrid CPU/GPU version of the A3C algorithm [TinyDragon Style]