Skip to content

Instantly share code, notes, and snippets.

View danibcorr's full-sized avatar

Daniel Bazo Correa danibcorr

View GitHub Profile
import keras.backend as K
import tensorflow as tf
def samplewise_tf_dct(x_sample):
print('=======> input of "samplewise_tf_dct"')
print(type(x_sample))
print((x_sample.shape))
print(x_sample)
output_list = []