Mohammed Abbadi

Results 3 comments of Mohammed Abbadi

@msrco you need to install pillow `pip install pillow==11.1.0` I have same the same problem after downgrading

Also, this layer have non-identifed variable `stride` and I think it must be the `strd`, that make me confused for a while: ``` self.conv_layer1 = nn.Conv2d(in_channels=input_num_planes, out_channels=num_planes, kernel_size=3, stride=stride, padding=1,...