Skip to content

Commit

Permalink
version-delete for apps (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
cynthia-liu authored and hkvision committed Jul 16, 2018
1 parent 4dba67a commit de68f9e
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion apps/anomaly-detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This is a simple example of unsupervised anomaly detection using Analytics Zoo K
## Environment
* Python 2.7/3.5/3.6 (pandas 0.22.0)
* Apache Spark 1.6.0/2.1.0 (This version needs to be same with the version you use to build Analytics Zoo)
* Analytics Zoo 0.1.0

## Run with Jupyter
* Download Analytics Zoo and build it.
Expand Down
1 change: 0 additions & 1 deletion apps/dogs-vs-cats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ In this notebook, we will use a pre-trained Inception_V1 model. But we will oper
* JDK 8
* Apache Spark 2.x
* Jupyter Notebook 4.1
* Analytics Zoo 0.1.0

## Steps to run the notebook
* Download Analytics Zoo and build it.
Expand Down
1 change: 0 additions & 1 deletion apps/image-augmentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This is a simple example of image augmentation using Analytics ZOO API. We use v
## Environment
* Python 2.7/3.5/3.6 (numpy 1.11.1)
* Apache Spark 1.6.0/2.1.0 (This version needs to be same with the version you use to build Analytics Zoo)
* Analytics ZOO 0.1.0

## Run with Jupyter
* Download Analytics Zoo and build it.
Expand Down
1 change: 0 additions & 1 deletion apps/image-similarity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ provided by users.
## Environment
* Python 2.7/3.5/3.6
* Apache Spark 1.6.0/2.1.0 (This version needs to be same with the version you use to build Analytics Zoo)
* Analytics Zoo 0.1.0

## Run with Jupyter
* Download Analytics Zoo and build it.
Expand Down
1 change: 0 additions & 1 deletion apps/object-detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This is a simple example of object detection using Analytics Zoo Object Detectio
## Environment
* Python 2.7/3.5/3.6 (Need moviepy)
* Apache Spark 1.6.0/2.1.0 (This version needs to be same with the version you use to build Analytics Zoo)
* Analytics Zoo 0.1.0

## Run with Jupyter
* Download Analytics Zoo and build it.
Expand Down
1 change: 0 additions & 1 deletion apps/recommendation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ These two notebooks demonstrate how to build neural network recommendation syste
* JDK 8
* Spark 1.6.0/2.1.1/2.1.2/2.2.0(This version needs to be same with the version you use to build Analytics Zoo)
(wide_n_deep needs to use Spark version >= 2.1.2)
* Analytics Zoo 0.1.0
* Jupyter Notebook 4.1

## Steps to run the notebook
Expand Down
1 change: 0 additions & 1 deletion apps/sentiment-analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ In this example, you will learn how to use Analytics Zoo to develop deep learnin
## Environment
* Python 2.7/3.5/3.6
* Apache Spark 1.6.0/2.1.0 (This version needs to be same with the version you use to build Analytics Zoo)
* Analytics Zoo 0.1.0

## Run with Jupyter
* Download Analytics Zoo and build it.
Expand Down
1 change: 0 additions & 1 deletion apps/tfnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ This example demonstrates how to do image classification inference using a pre-t
## Environment
* Tensorflow 1.8.0
* Apache Spark 1.6.0/2.1.0 (This version needs to be same with the version you use to build Analytics Zoo)
* Analytics Zoo 0.2.0

## Install Tensorflow-Slim image classification model library and down the checkpoint

Expand Down
1 change: 0 additions & 1 deletion apps/variational-autoencoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
This directory contains three notebooks to show you how to use
[Variational Autoencoders](https://arxiv.org/pdf/1606.05908.pdf)
in Analytics Zoo. These notebooks are developed on Apache Spark 2.1
and Analytics Zoo 0.1.0.

1. [Using Variational Autoencoder to Generate Digital Numbers](./using_variational_autoencoder_to_generate_digital_numbers.ipynb)
This notebook used the [MNIST](http://yann.lecun.com/exdb/mnist/)
Expand Down

0 comments on commit de68f9e

Please sign in to comment.