PacktPublishing / Deep-Learning-for-Computer-Vision

Deep Learning for Computer Vision, by Packt
MIT License
213 stars 167 forks source link

Nerve Segmentation from Chapter 5 #9

Closed alimsvn closed 3 years ago

alimsvn commented 5 years ago

Dear author; I got this error when running the code: ValueError: Negative dimension size caused by subtracting 3 from 2 for 'conv2d_93/Conv2D' (op: 'Conv2D') with input shapes: [?,2,2,256], [3,3,256,512].

and also : TypeError: init() missing 1 required positional argument: 'kernel_size'