Ilya Elenik
Ilya Elenik
Is there a reason why top_k op is not implemented? I have tried to add it by myself, but there is access violation deep inside tf lib So may be...
I was able to run ISR sample on orange pi 5 after changing line 2490 from sprintf (pinS, "%d", pin) ; to sprintf (pinS, "%d", bcmGpioPin) ; I am very...
Can you please share training parameters for cifar-100 dataset? Thank you
# `LossScaleOptimizer` crash under `jit_compile=True` with `MirroredStrategy` and `mixed_precision` ## Summary When training a model using: - `tf.keras.mixed_precision.set_global_policy("mixed_float16")` - `tf.distribute.MirroredStrategy()` - `model.compile(..., jit_compile=True)` Keras crashes with a `RuntimeError` related to...