igvc-software icon indicating copy to clipboard operation
igvc-software copied to clipboard

cnn.py doesn't conform to PEP8

Open oswinso opened this issue 5 years ago • 0 comments

I'm getting some errors about cnn.py not conforming to PEP8 standards, ie.

transform = transforms.Compose([
                 transforms.ToTensor(),
            ])

class SegmentationModel(object): # PEP8: expected 2 blank lines, found 1

Let's make cnn.py conform to PEP8.

AC: No PEP8 errors in cnn.py.

oswinso avatar Sep 18 '19 03:09 oswinso