Views
No views yet
checkpoints/chest_best.pt; the checkpoint saved by train_chest_multilabel.py includes the model weights, class list, model architecture, input size, thresholds, validation metrics, and training arguments.1chest-xray14-medscan/
2 Data_Entry_2017_v2020.csv
3 train/
4 images/
5 00000001_000.png
6 ...1Atelectasis, Cardiomegaly, Consolidation, Edema, Effusion,
2Emphysema, Fibrosis, Hernia, Infiltration, Mass,
3No Finding, Nodule, Pleural_Thickening, Pneumonia, Pneumothoraxconvnext_base.fb_in22k_ft_in1k from timm.224 x 224.BCEWithLogitsLoss with training-set pos_weight for class imbalance.runs/chest_multilabel/history.json:.\.conda\python.exe train_chest_multilabel.py --device cuda --epochs 1 --batch-size 4 --num-workers 0 --max-samples 128 --smoke-test.\.conda\python.exe train_chest_multilabel.py --device cuda --epochs 20 --batch-size 32 --num-workers 8checkpoints/chest_best.pt1$env:HF_TOKEN="hf_your_token_here"
2.\.conda\python.exe upload_model_to_hf.py --repo-id yourname/medscan-chest-xray14$env:MEDSCAN_CHEST_HF_REPO="yourname/medscan-chest-xray14"checkpoints/chest_best.pt when present. If the local file is missing, it downloads checkpoints/chest_best.pt from the configured Hugging Face repo.