Start a g2.2xlarge instance using our AMI ami-2c3a7a4c
.
git clone https://github.com/davidcox143/rnn-text-compress.git
cd rnn-text-compress
pip install -r requirements.txt
make
python rnn-text-compress.py -t < path to text file >
python rnn-text-compress.py -e < path to text file > < path to weights file >
python rnn-text-compress.py -p < path to text file > < path to weights directory >