From 5923ac61c9edde9eab858f1b39fdc2cd02d2d01f Mon Sep 17 00:00:00 2001 From: Donghyeon Kim <12129692+donghyeonk@users.noreply.github.com> Date: Sat, 3 Dec 2022 14:21:28 +0900 Subject: [PATCH] update README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index d978165..afd4915 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ NESA is a deep learning-based event scheduling assistant which can recommend mos * (Optional) NVIDIA GPU (memory size: 8GB or greater) * [CUDA](https://developer.nvidia.com/cuda-downloads), [cuDNN](https://developer.nvidia.com/cudnn) * A [Google](https://www.google.com) account +* git lfs ## Installation Check if working directory is "nesa". @@ -26,12 +27,6 @@ Check if working directory is "nesa". ### Download word vector file and decompress it to your __home_dir/nlp__ - [glove.840B.300d.zip](http://nlp.stanford.edu/data/glove.840B.300d.zip) -### Download word, character dictionaries to __data__ directory -- [dataset_180522_dict.pkl](http://gofile.me/6pN25/xCHU9Cmt3) - -### Download pretrained NESA checkpoint to __data__ directory -- [nesa_180522_0.pth](http://gofile.me/6pN25/nAZbCQ5cx) - ## Run NESA with the sample data ``` # Set PYTHONPATH environment variable