• Relevant-Yak-9657@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    Most people here would say that PyTorch is better, but IMO Keras is fine and no hate to tensorflow either. They just did a lot of questionable API design changes and FC has been weird on twitter. For me, it is pretty exciting, since Keras_core seems pretty stable as I use it and it is just another great framework for new people in deep learning or quick prototyping.

    • Erosis@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      I get access to some awesome data loading and preprocessing tools with the pytorch backend then I swap to tensorflow for quantization for tflite model with almost no fuss.

      It was somewhat annoying going from torch to onnx to tflite previously. There’s a bunch of small roadbumps that you have to deal with.

      • Relevant-Yak-9657@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 years ago

        Yeah, unifying these tools feels like the best way to go for me too. I also like JAX for a similar reason because there are 50 different libraries with different use cases and it is easy to mix parts of them together, due to the common infrastructure. Like Keras losses + flax models + optax training + my custom libraries super classes. It’s great tbh.