SpecAugment icon indicating copy to clipboard operation
SpecAugment copied to clipboard

spec_augment_pytorch has a bug

Open Pydataman opened this issue 5 years ago • 5 comments

from SpecAugment.sparse_image_warp_zcaceres import sparse_image_warp ModuleNotFoundError: No module named 'SpecAugment

Pydataman avatar Jun 27 '19 05:06 Pydataman

I also got the same problem.

mdhasanai avatar Jul 06 '19 12:07 mdhasanai

I have the same problem too. Does anyone have any solution?

Edit: Seems like there is a typo in the library name. Please change SpecAugment to specAugment.

from SpecAugment import spec_augment_tensorflow
from SpecAugment import spec_augment_pytorch

to

from specAugment import spec_augment_tensorflow
from specAugment import spec_augment_pytorch

DerekChia avatar Jul 30 '19 09:07 DerekChia

Looks like that have to change the 45th line in spec_augment_pytorch.py from SpecAugment.sparse_image_warp_zcaceres import sparse_image_warp -> from specAugment.sparse_image_warp_zcaceres import sparse_image_warp

sleepyseal avatar Aug 14 '19 08:08 sleepyseal

Confirm: they have to change also the tests!!!

japita-se avatar Dec 30 '19 22:12 japita-se

Is there any update on this issue? Or are there any alternatives w.r.t. SpecAugment? It seems like this project is not being actively maintained.

gudgud96 avatar Oct 17 '21 10:10 gudgud96