Search results

  1. H

    Bokeh Effect Rendering Challenge

    Hello, I don't know why, but my Codalab is unable to upload my results now. No matter what I upload, it will always display "Sorry, failed to upload file." May I send the final result to your email? Thank you very much
  2. H

    Bokeh Effect Rendering Challenge

    Best wishes to you. Thank you so much for such a patient guidence!
  3. H

    Bokeh Effect Rendering Challenge

    I convert it successfully now. But at the inference stage, I need to resize the input tensor, otherwise the input shape of model_none.tflite is [1,1,1,3]. I don't know whether it satisfies your request. I've searched so many websites(such as Github and stackoverflow), and the only solution for...
  4. H

    Bokeh Effect Rendering Challenge

    Would you please show some pieces of code of how you convert using concrete_func? I tried so many times but failed. Thank you very much
  5. H

    Bokeh Effect Rendering Challenge

    Hi! Can I know how to generate model_none.tflite from input shape of [None,None,3]? We meet a big problem that tflite does not support input with a shape of [None,None,3]. Thank you very much if you can share
  6. H

    Bokeh Effect Rendering Challenge

    inputs = keras.layers.Input(name='blur_image', shape=(None, None, 3)) inputs1=model1(inputs,16,9) Thank you! Blur_img is the input of our model, not a op or layer. The shape of the input is [1,None,None,3] here, but it seems that tflite do not support input shape with [1,None,None,3]. What...
  7. H

    Bokeh Effect Rendering Challenge

    Does tflite support dynamic input? My initial TensorFlow model has input with shape [1,None,None,3]. When I convert my model to tflite, there is an error: What should I do? Looking forward to your reply, thank you very much.
  8. H

    Bokeh Effect Rendering Challenge

    Thank you very much
  9. H

    Bokeh Effect Rendering Challenge

    When I submitted the results in CodaLab, I accidentally submit the wrong file for the fifth time. Could I send the email with the final file to you,or open a new account to submit the correct file? Thank you very much~
  10. H

    Bokeh Effect Rendering Challenge

    thank you!Besides,I would like to know whether the maximum number of submission in the test phase is 5 times in total or 5 times every day ?
  11. H

    Bokeh Effect Rendering Challenge

    Hello, I would like to know how to correctly store readme and Tflite files in ZIP. I store 199 images, readme.txt and tflite file in ZIP directly as required, but there is an error when submitting the ZIP on Codalab. The error information is: “WARNING: Your kernel does not support swap limit...
  12. H

    Bokeh Effect Rendering Challenge

    Hello, I would like to know how to correctly store readme and Tflite files in ZIP. I store 199 images, readme.txt and tflite file in ZIP directly as required, but there is an error when submitting the ZIP on Codalab. The error information is: “WARNING: Your kernel does not support swap limit...
Top