I cannot seem to get one of my models working. It’s supposed to spit out an image after going through a series of 2d trans convolutional layers (and other stuff), but the point is that when I run an inference it gives me this error.
AttributeError(“Module ‘scipy.misc’ has no attribute ‘imsave’”)
And I have gone through and I have figured out how I can deal with it on the code side, but it’s a headache to do so. Any thoughts on what I might do to fix it in DLS?