标签: keras
在以下表达式中,K.exp(0.5 * z_log_var)的输出是什么?
from keras import backend as K K.exp(0.5 * z_log_var)