Skip to content
Snippets Groups Projects
Commit a734d88d authored by Cathy Wong's avatar Cathy Wong
Browse files

fastscnn - correct doc api example

parent 0e5d9de1
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ class CitySegmentation(SegmentationDataset):
--------
>>> # Transforms for Normalization
>>> input_transform = transforms.Compose([
>>> transforms.ToTensor(),
>>> transforms.Normalize((.485, .456, .406), (.229, .224, .225)),
>>> CV.ToTensor(),
>>> CV.Normalize((.485, .456, .406), (.229, .224, .225), is_hwc=False),
>>> ])
>>> # Create Dataset
>>> trainset = CitySegmentation(split='train', transform=input_transform)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment