David Horner

Results 3 comments of David Horner

https://archive.codeplex.com/?p=cropperplugins talks about AnimatedGif plugin but the archive and the install do not include a DLL. Where/how does one go about getting the binary to enable animated gifs? I don't...

https://archive.codeplex.com/?p=cropperplugins talks about AnimatedGif plugin but the archive and the install do not include a DLL. Where/how does one go about getting the binary to enable animated gifs?

Running into the same issue tonight. `ImportError: cannot import name 'shape_poly' from 'jax.experimental.jax2tf'` using: ``` tensorflowjs_converter --input_format keras ./rps.h5 tfjsmodel ``` or ``` import tensorflowjs as tfjs tfjs.converters.save_keras_model(model, 'testtfjs') ```...