You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You said that the anomaly_score is the sum of the all pixels anomaly_score,if I want to see the every pixel's anomaly_score,what shoul I do ?
the code"self.res_loss = tf.reduce_mean(
tf.reduce_sum(tf.abs(tf.subtract(test_inputs, self.ano_G))))" is the whole pixel's res_loss ?it is 6464 and 3 channels,but for the dis_loss : "self.dis_loss = tf.reduce_mean(
tf.reduce_sum(tf.abs(tf.subtract(dis_f_z, dis_f_input))))",it is 66 and 512 channels?,what should I do if I want to know every pixel?
The text was updated successfully, but these errors were encountered:
You said that the anomaly_score is the sum of the all pixels anomaly_score,if I want to see the every pixel's anomaly_score,what shoul I do ?
the code"self.res_loss = tf.reduce_mean(
tf.reduce_sum(tf.abs(tf.subtract(test_inputs, self.ano_G))))" is the whole pixel's res_loss ?it is 6464 and 3 channels,but for the dis_loss : "self.dis_loss = tf.reduce_mean(
tf.reduce_sum(tf.abs(tf.subtract(dis_f_z, dis_f_input))))",it is 66 and 512 channels?,what should I do if I want to know every pixel?
The text was updated successfully, but these errors were encountered: