AndreaDiTrani
Results
2
issues of
AndreaDiTrani
After fine-tuning a regular RESNET50 on the Flower102 dataset using the following architecture for the classifier: ```python from torchvision.models import resnet50 resnet = resnet50(weights='ResNet50_Weights.IMAGENET1K_V1') resnet.fc = nn.Sequential( nn.Linear(2048, 512), nn.ReLU(inplace=True),...
help wanted
- [x] This is actually a bug report. - [x] I am not getting good LLM Results - [ ] I have tried asking for help in the community on...