Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec_augment_pytorch has a bug #11

Open
Pydataman opened this issue Jun 27, 2019 · 5 comments
Open

spec_augment_pytorch has a bug #11

Pydataman opened this issue Jun 27, 2019 · 5 comments

Comments

@Pydataman
Copy link

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

@mdhasanai
Copy link

I also got the same problem.

@DerekChia
Copy link

DerekChia commented Jul 30, 2019

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

@sleepyseal
Copy link

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

@japita-se
Copy link

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

@gudgud96
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants