Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 462 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 462 Bytes

part2 -- Binary Image Tagging

about

Forest vs. houses: forest-houses.ipynb
including: ImageFolder Dataloader, CNNs, categorical vs. binary classification

Additions: additions.ipynb
test 2 hypothesis to improve the model

requirements

install packages:

pip install --quiet torch torchvision pytorch-lightning wandb matplotlib pillow testresources

(and maybe jupyter if not run in CoCalc)