From 009e62c7cd3e9153cf3dff95b839a80f141c2ba3 Mon Sep 17 00:00:00 2001 From: Matt Harvey <harveym@gmail.com> Date: Sat, 18 Nov 2017 09:28:08 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0973690..4e13dd4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Now you can run the scripts in the data folder to move the videos to the appropr ## Extracting features -Before you can run Methods #4 and #5, you need to extract features from the images with the CNN. This is done by running `extract_features.py`. On my Dell with a GeFore 960m GPU, this takes about 8 hours. If you want to limit to just the first N classes, you can set that option in the file. +Before you can run the `lstm` and `mlp`, you need to extract features from the images with the CNN. This is done by running `extract_features.py`. On my Dell with a GeFore 960m GPU, this takes about 8 hours. If you want to limit to just the first N classes, you can set that option in the file. ## Training models -- GitLab