摘要:
data_generator 每次输出一个batch,基于keras.utils.Sequence Base object for fitting to a sequence of data, such as a dataset. Every Sequence must implement the 阅读全文
摘要:
报错信息:Cannot cast ufunc subtract output from dtype('float64') to dtype('int64') with casting rule 'same_kind' 输入的数据类型为浮点型,需要的数据类型是整形。 可以通过下面的语句完成类型转换 n 阅读全文