-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
added softplus instance and static methods to array and container #1742
Conversation
from ivy.container.base import ContainerBase | ||
|
||
# ToDo: implement all methods here as public instance methods | ||
|
||
|
||
# noinspection PyMissingConstructor | ||
class ContainerWithActivations(ContainerBase): | ||
pass | ||
def softplus( |
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.
Hi! Great job! But before merging, could you please add the container arguments needed? You can see an example here
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.
Hey Zoe, thanks for the feedback! I added the container args-- let me know if anything else needs changing.
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.
Thank you! 😊
No description provided.