see https://github.com/ZreXoc/nailong-classification
model saved with:
checkpoint = {'model': model.state_dict(), 'optimizer': optimizer.state_dict(), \
'epoch': epoch}
torch.save(checkpoint , path)
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.