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

Fourier argument question & comparison of shallow vs. deep complex models #30

Open
austinmw opened this issue May 9, 2018 · 0 comments

Comments

@austinmw
Copy link

austinmw commented May 9, 2018

In the readme examples, why is --fourier only used for the deep models, both real and complex, but not in either shallow model?

I think there's an error somewhere. Trying the shallow complex model both with and without --fourier both error out, but the deep complex model trains fine.

bad:
train.py shallow_complex_model --in-memory --model=complex_shallow_convnet --complex --local-data /home/data/musicnet_11khz.npz -> division by zero error
train.py shallow_complex_model --in-memory --model=complex_shallow_convnet --fourier --complex --local-data /home/data/musicnet_11khz.npz -> too many arguments error

good:
train.py deep_complex_model --in-memory --model=complex_deep_convnet --fourier --complex --local-data /home/neuro/data/musicnet_11khz.npz

@austinmw austinmw changed the title Fourier argument question Fourier argument question & comparison of shallow vs. deep complex models May 9, 2018
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

No branches or pull requests

1 participant