From 769722f9185e5e1d44ebe6d222386e5d497ffaaa Mon Sep 17 00:00:00 2001 From: shagun Sodhani Date: Fri, 26 Aug 2016 10:40:32 +0530 Subject: [PATCH] Added step to create directory to save model parameters. Fixes #3 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6513daa..1bc00dd 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,12 @@ Run: This will copy our vocabulary list `vocab.txt`, which contains a subset of all the words appearing in the dataset. +Run: + + mkdir model_params + +This will make a directory called `model_params` to save model parameters. + To train a model (see list of models at the beginning of this file), run: ./train.py model_name