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 was working on implementing AlexNet in dfdx per https://github.com/LaurentMazare/tch-rs/blob/main/src/vision/alexnet.rs, but have gotten a bit blocked by not having this layer type available. Would it be possible to add this, or alternatively to have some documentation on constructing the equivalent using GlobalAvgPool that was mentioned in that issue?
The text was updated successfully, but these errors were encountered:
Re-opening per #215:
I was working on implementing AlexNet in dfdx per https://github.com/LaurentMazare/tch-rs/blob/main/src/vision/alexnet.rs, but have gotten a bit blocked by not having this layer type available. Would it be possible to add this, or alternatively to have some documentation on constructing the equivalent using
GlobalAvgPool
that was mentioned in that issue?The text was updated successfully, but these errors were encountered: