File size: 686 Bytes
460bd76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170d8d4
e26d2b2
a37217d
e26d2b2
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

---
tags:
- image-classification
- pytorch
- huggingpics
metrics:
- accuracy

model-index:
- name: pneumonia_test_attempt
  results:
  - task:
      name: Image Classification
      type: image-classification
    metrics:
      - name: Accuracy
        type: accuracy
        value: 0.9783163070678711
---

# pneumonia-bielefeld-dl-course
This registry contains the model for making pneumonia predictions and was prepared for Bielefeld University Deep Learning course homework.

The code used for this implementation mostly comes from here: https://github.com/nateraw/huggingpics it was a ready pipeline for model fine-tuning with huggingface and PyTorch Lightning for another dataset.