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 really want to try Candle, but how to avoid MaxPool2d not working bug, or is there any alternative implementation? It is so kind of you to give me any inspiration!
The text was updated successfully, but these errors were encountered:
Dear developpers,
I'm trying to train a ResNet model with Candle as its backend.
But it has a runtime panic raised here:
The model contains
MaxPool2d
andAdaptiveAvgPool2d
, which look not well supported byCandle
.I really want to try Candle, but how to avoid
MaxPool2d
not working bug, or is there any alternative implementation? It is so kind of you to give me any inspiration!The text was updated successfully, but these errors were encountered: