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

Changing model params? #38

Open
bhughesshelton opened this issue Dec 2, 2021 · 2 comments
Open

Changing model params? #38

bhughesshelton opened this issue Dec 2, 2021 · 2 comments

Comments

@bhughesshelton
Copy link

Is there any way to change the parameters (kernel width, step size, padding), of the NN blocks defined in model.py?

@bryandlee
Copy link
Owner

Most of the parameters are fixed and hard coded, but you can still modify them on the source level if you want.

@bhughesshelton
Copy link
Author

Thanks for the reply. Could you give me some details about how to edit those params on the source level? I tried to change several different of them (for example passing kernel_size=7 instead of kernel_size=3 into the ConvNormLReLU class), but all changes resulted in an error that the model was expecting the original value specifically.

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

2 participants