the function of "scipy.misc" is be used at dataloaders/transforms.py.
now, the function of "scipy.misc" has been discarded, i look for the function of "skimage.transform.resize" to replace it.
but when i replace it, the code get am error: 'float' object is not iterable.
Is there any way to fix this, or is there any other functions that can replace the "scipy.misc" function.
thanks.