Recent content by myungje.lee

  1. M

    Real Image Denoising Challenge

    Thank you for the quick reply! I have managed to solve them ...
  2. M

    Real Image Denoising Challenge

    Thank you very much for the fast reply. 1. No, i am using TF 2.3.0 2. I cannot even get to 'converter' part. Once I "model = tf.keras.models.load_model(MODEL_PATH) " And print(model) , print(type(model)) , print(model.summary()) gives just like the screen shot that i attached. How would you...
  3. M

    Real Image Denoising Challenge

    Dear organizer, How would you change the trained-model into the input shape (1, None, None, 3). Let's say that model = tf.keras.models.load_model(MODEL_PATH) then what should I do? Previously, I simply, "new_model = Model(height = 2432, width = 3200)", then, "new_model.set_weights(...
  4. M

    Real Image Denoising Challenge

    Hi there, I am an participant of the competition and have received an email regarding submission. In the e-mail, "model_none.tflite" should be: - a floating-point FP32 model (no FP16 / INT16 / INT8 quantization); - with an input tensor of size [1, None, None, 3] taking RGB images as an input...
Top