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

trunc_exp from kiui.nn is not defined #34

Open
vmatthew4 opened this issue Mar 3, 2024 · 1 comment
Open

trunc_exp from kiui.nn is not defined #34

vmatthew4 opened this issue Mar 3, 2024 · 1 comment

Comments

@vmatthew4
Copy link

vmatthew4 commented Mar 3, 2024

The import of trunc_exp was not defined. Seems like it is fixed by changing
from kiuiu.nn import trunc_exp
to
from kiui.nn.activation import trunc_exp

@ashawkey
Copy link
Collaborator

ashawkey commented Mar 4, 2024

@vmatthew4 Hi, are you using the main branch version of kiuikit? It's unstable and I will fix it later from that side. You can try the latest released version from pip for now: pip install -U kiui

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