From bdbf1777af77209c885fed7aec85dec0889b17df Mon Sep 17 00:00:00 2001 From: Nataniel Ruiz Date: Wed, 25 Dec 2019 20:26:12 -0400 Subject: [PATCH] next --- cyclegan/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyclegan/test.py b/cyclegan/test.py index 56a5dbd..1caabeb 100644 --- a/cyclegan/test.py +++ b/cyclegan/test.py @@ -32,7 +32,7 @@ from data import create_dataset from models import create_model from util.visualizer import save_images from util import html - +import torch if __name__ == '__main__': opt = TestOptions().parse() # get test options