Independent user feedback from porting a real PyTorch CNN (a 96×96 face-keypoint regression net: 3 conv blocks + BatchNorm + 3 FC, ~4.83 M params, masked-MSE loss, Adam + ReduceLROnPlateau, on-the-fly augmentation, DataLoader) from PyTorch to ferrotorch. This is written to help the project — both what's working and what got in the way. Everything below was hit while actually building and running the port, not from reading the README.
- ferrotorch version: 0.6.2