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

Changed code for 1D data, questions #10

Open
erap129 opened this issue Sep 10, 2019 · 0 comments
Open

Changed code for 1D data, questions #10

erap129 opened this issue Sep 10, 2019 · 0 comments

Comments

@erap129
Copy link

erap129 commented Sep 10, 2019

Hello,
I changed the macro search of your project in order to support 1-D data. This change mainly consisted of of changing the kernel sizes, and padding sizes of all operators in the file 'macro_decoder.py'.

For example, in all places where 'kernel_size=3' was written, I changed to 'kernel_size=(3,1)'.
Thus I was able to run the method on data of size (1125, 1) instead of (32,32) like CIFAR10.
After this transformation I got bad results (lower than my naive NAS method) by running the macro search with default command line arguments (as written in the README).

Does this approach make sense to you? Do you think any additional changes are needed in order to support 1D data?

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