File size: 484 Bytes
29a072e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
license: mit
tags:
- pytorch
- custom-model
---
# tank-classifier
This is a PyTorch model uploaded for use in a web application.
## Usage
```python
from huggingface_hub import hf_hub_download
import torch
# Download and load the model
model_path = hf_hub_download(repo_id="fuzerius/tank-classifier", filename="model.pt")
model = torch.load(model_path, map_location='cpu')
```
## Model Details
- Framework: PyTorch
- File: model.pt
- Size: 6.0 MB
|