Flax Conv issue #4112
Unanswered
NITHISHM2410
asked this question in
Q&A
Flax Conv issue
#4112
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I have been trying to implement a NN for video processing and I started with below resnet block for feature extracter
When I call the apply fn, I'm getting spammed with this below message
This message is repeated about 16 times. This doesn't stop the execution but if i ignore this during training, it causes loss to explode. Can I get some help?
During training the input data is Moving MNIST and this issue only happens when I jit
apply_fn
.Env details:
Kaggle P100 GPU
jax=0.4.26
flax=0.8.4
Beta Was this translation helpful? Give feedback.
All reactions