"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "9bd25d08c70a2426651f2e5cec1815328a8ca46a"
Initial version of segmentation reference scripts (#820)
* 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
Showing
torchvision/models/_utils.py
0 → 100644
Please register or sign in to comment