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

added softplus instance and static methods to array and container #1742

Merged
merged 5 commits into from
Jul 7, 2022

Conversation

CerberusLatrans
Copy link
Contributor

No description provided.

@CerberusLatrans
Copy link
Contributor Author

#1741

from ivy.container.base import ContainerBase

# ToDo: implement all methods here as public instance methods


# noinspection PyMissingConstructor
class ContainerWithActivations(ContainerBase):
pass
def softplus(
Copy link
Contributor

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

Copy link
Contributor Author

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.

@CerberusLatrans CerberusLatrans requested a review from ZoeCD July 7, 2022 19:36
Copy link
Contributor

@ZoeCD ZoeCD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 😊

@ZoeCD ZoeCD merged commit 87c2ce3 into ivy-llc:master Jul 7, 2022
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

Successfully merging this pull request may close these issues.

2 participants