• Francisco Massa's avatar
    Initial version of segmentation reference scripts (#820) · 50d54a82
    Francisco Massa authored
    * Initial version of the segmentation examples
    
    WIP
    
    * Cleanups
    
    * [WIP]
    
    * Tag where runs are being executed
    
    * Minor additions
    
    * Update model with new resnet API
    
    * [WIP] Using torchvision datasets
    
    * Improving datasets
    
    Leverage more and more torchvision datasets
    
    * Reorganizing datasets
    
    * PEP8
    
    * No more SegmentationModel
    
    Also remove outplanes from ResNet, and add a function for querying intermediate outputs. I won't keep it in the end, because it's very hacky and don't work with tracing
    
    * Minor cleanups
    
    * Moving transforms to its own file
    
    * Move models to torchvision
    
    * Bugfixes
    
    * Multiply LR by 10 for classifier
    
    * Remove classifier x 10
    
    * Add tests for segmentation models
    
    * Update with latest utils from classification
    
    * Lint and missing import
    50d54a82
transforms.py 2.49 KB