André Pedersen

Results 112 comments of André Pedersen

> ```python > # Copyright 2021 The TensorFlow Authors. All Rights Reserved. > # > # Licensed under the Apache License, Version 2.0 (the "License"); > # you may not...

I managed to get it working by doing the following modifications. Seems like the optimizer argument is missing in the get_config. I rewrote the config variable to: ``` config =...

Has anyone here tried to use MobileNetV3 in keras.applications with TimeDistributed? I am having some challenges (Python 3.8.10, keras-nightly==2.10.x). To reproduce error: ``` import keras from keras.applications import MobileNetV2, MobileNetV3Small,...

> The high level keras model is currently not supported in onnx-tf converter. Would be a great addition. I believe most of the community that use TF only use it...

@gcunhase I managed to get my model converted to Keras using: https://github.com/gmalivenko/onnx2keras The original model was from pytorch, but I had challenges doing the final step from ONNX to Keras....

I did not have this issue. Where does this ONNX model originate from? In my case it was pytorch. Assuming you converted to ONNX, are you certain ONNX conversion was...

@gcunhase just tried this on my end using Python 3.8 and reproduced the error. I tried some permutations of potential solutions, but I always get the same issue. Hence, I...

@nd26 did you manage to get any boost in reading performance using pyvips instead of openslide in the batch generator? I'm studying the same thing right now, but I'm not...

Any update? Having ANTsPy working on M1 would be great for a software we are developing.

> Any updates on this? Not really up to me. But if we hear nothing from the owner, @taigw, I could make a temporary PyPI project called SimpleCRF-binaries, which has...