karllandheer

Results 15 comments of karllandheer

Hello, I have run into this same error. I am not calling MIRTK through Docker (I am actually running a package which uses MIRTK that I did not write so...

I realized this would be hard to incorporate in the case of multi class, but since it gets one-hot-encoded anyways it doesn't seem like a fundamental problem, just a problem...

Hello, I second this request, would be immensely useful

Hello, I see in another thread there was some development on this. Did this go anywhere? I don't see how providing a weight map as input will result in any...

I should mention that the command sm.set_framework('tf.keras') does not fix this error

Hello, thank you for your response. I have created a fresh environment with tensorflow==2.6.2. I uninstalled keras and have the aforementioned packages with the correct version. I imported tensorflow.keras as...

I got the same error using tensorflow==1.15.0

Hello, that ran successfully. The missing line that's critical for my environment is: os.environ["KERAS_BACKEND"] = "tensorflow" Perhaps that should be mentioned somewhere. Thanks very much for your help

Hello, your example on the main page doesn't show you have to put in the input_shape, however when I do not specify this I get an error. If you do...