-
Notifications
You must be signed in to change notification settings - Fork 0
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
Revert to concat #54
Revert to concat #54
Conversation
@kwalcock : Can you please review and merge? |
I'd like to add some comments to build.sbt to explain that model version 0.1.0 is for when USE_CONCAT is true and that there are other versions for when it is false. I'm likely to forget how it works otherwise. |
good idea! |
Add comments about models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It occurs to me that
val USE_CONCAT = true
leaves no way to change the value at runtime. Is this switch only for developers or should people who are using the library be able to change the value before using a LinearLayer to get the alternative behavior? If so, then it might need to be a var instead.
I will edit the CHANGES file, etc., before publishing again.
That is intentional. I would prefer that just us change this. |
Sounds good. Merging. I should have asked if you do need it published. |
Thanks! And, yes, please publish it so I can't update the processors branch. |
No description provided.