From d9dcf6fedf50ce23edc99f5a4ea8323b7d8c6e90 Mon Sep 17 00:00:00 2001 From: Hanxiao Liu Date: Mon, 1 Oct 2018 15:39:47 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c03a5f241..77085d3c9 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Instructions for acquiring PTB and WT2 can be found [here](https://github.com/sa ## Evaluating the pretrained models The easist way to check whether your environment is compatible with ours is to evaluate the pretrained models. + **CIFAR-10** ([cifar10_model.pt](https://drive.google.com/file/d/1Y13i4zKGKgjtWBdC0HWLavjO7wvEiGOc/view?usp=sharing)) ``` cd cnn && python test.py --auxiliary --model_path cifar10_model.pt