From 023730b9770a21b093b175c6ebc72d2fba48b9a9 Mon Sep 17 00:00:00 2001 From: Alec Graves Date: Fri, 25 Oct 2019 23:04:12 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1fd865..fefdc26 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ followed by ```pip install tensorflow==1.4.0``` after you activate the environme If you do not want to / cannot use conda, I am using tensorflow 1.4.0; see the environment.yml for more package info. ## Demo -For a simple demonstration, run ```ae.py``` in your terminal. This will cause the autoencoder to run on the included demo image. +For a simple overfitting demonstration, run ```ae.py``` in your terminal. This will cause the autoencoder to run on the included demo image. Note: The demo takes a few minutes on my 1060 6GB, so it will take a while on a CPU...