Home

Awesome

Codes for ACM MM Open Source Software Competition

This repo summarizes the codes that mention in "TensorLayer: A Versatile Library for Efficient Deep Learning Development".

Set Up Environment

Before you start, you need to set up the environment for all examples in this repo.

Raw Performance

You only need to install TensorFlow to run these examples. This a raw performance comparsion between TensorLayer and original TensorFlow engine, to prove TensorLayer's simplicity would not sacrifice the performance.

Deep Reinforcement Learning

You need to install all modules to run this example. This is a simple asynchronous DRL example, you can run this example in one machine or multiple machines with dataset module.

Hyper-parameter selection and cross-validation

You need to install all modules to run this example.

Generative Adversarial Network

You only need to install TensorFlow to run these examples.

More