我試圖預測MNIST使用的數據集&蟒蛇手寫數字手寫數字的圖像。現在,我必須將已裁剪的圖像作爲程序的輸入。 進一步處理,以使其MNIST數據集格式使用下面的函數完成,但如何自動裁剪作爲輸入一個隨機的形象? def imageprepare(argv):
"""
This function returns the pixel values.
The imput is a
我有形狀391 x 400的圖像。我試圖使用here所述的自動編碼器。 具體來說,我用下面的代碼: from keras.layers import Input, Dense, Conv2D, MaxPooling2D, UpSampling2D
from keras.models import Model
from keras import backend as K
input_img