[unittest] generate positional encoding unittest
[platform/core/ml/nntrainer.git] / test / input_gen / recorder.py
index 95372f4..cf84a60 100644 (file)
@@ -436,7 +436,6 @@ def record_single(layer, input_shape, test_name, call_args={}, input_type='int')
             if not isinstance(tensors, list):
                 tensors = [tensors]
             for tensor in tensors:
-                print(tf.size(tensor))
                 writer(tf.size(tensor), tensor)
 
         ## @todo inputs outputs derivatives can be more than one