keras 2.3부터는 metric 형식이 업데이트 되었음

 

import keras

import tensorflow 한 뒤

tf.keras.losses.MeanAbsoluteError() 로 하니 해결됨. 

+ Recent posts