Open Awpteamoose opened 9 months ago
that is a serious problem. I try to write a demo to train resnet but it can't work because of this error.
oh, I meet the same problem.
that is a serious problem. I try to write a demo to train resnet but it can't work because of this error.
here is an example https://github.com/huggingface/candle/blob/main/candle-transformers/src/models/resnet.rs
I'm trying to port a text detection model from PyTorch. It has a particular layer:
which I have ported like so:
(I know I'm meant to pad with
-inf
but I was just checking if it would even start training)I got the error: