You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love using icecream -thanks so much for making and maintaining it- but I'm having some troubles using it. Currently I'm writing a neural net in Flax and every time I call ic() I just get the same method name __call__. This makes it a bit harder to debug. Would you consider adding the ability to include the class or even parent function? For example:
I love using icecream -thanks so much for making and maintaining it- but I'm having some troubles using it. Currently I'm writing a neural net in Flax and every time I call
ic()
I just get the same method name__call__
. This makes it a bit harder to debug. Would you consider adding the ability to include the class or even parent function? For example:Ideally, I'd like to see
Class1.display()
andClass2.display()
in the IC output.Thanks again.
The text was updated successfully, but these errors were encountered: