From b264be6ac8f84b1cef3fe9d361cf699978c9681e Mon Sep 17 00:00:00 2001 From: amazingguni Date: Mon, 16 Sep 2019 20:25:11 +0900 Subject: [PATCH] Update spec_augment_pytorch.py --- SpecAugment/spec_augment_pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpecAugment/spec_augment_pytorch.py b/SpecAugment/spec_augment_pytorch.py index e83fa2c..c5835d4 100644 --- a/SpecAugment/spec_augment_pytorch.py +++ b/SpecAugment/spec_augment_pytorch.py @@ -41,7 +41,7 @@ import matplotlib matplotlib.use('TkAgg') import matplotlib.pyplot as plt -from SpecAugment.sparse_image_warp_pytorch import sparse_image_warp +from specAugment.sparse_image_warp_pytorch import sparse_image_warp import torch