MATTYGILO
MATTYGILO
Same problem did you find a solution
I need to edit audio files before uploading to my server. I use flutter web to create the interface.
> @MATTYGILO , > > > > Why do you need FFmpeg on web ? > > - Do you need several other codecs support, like we have on iOS...
@Larpoux Has this been added yet?
Any updates on this I'm using TFOpLambda and trying to cluster but I'm getting the same bug
My error: ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Input In [10], in () ----> 1 final_model = tfmot.clustering.keras.strip_clustering(clustered_model) 3 final_model.summary() File ~/.local/lib/python3.10/site-packages/tensorflow_model_optimization/python/core/clustering/keras/cluster.py:356, in strip_clustering(model) 353 return layer 355...
I was thinking perhaps it would be great if you could exclude certain layers from the clustering. Simply ignore Lambda operations
@pkohn19 Have a read of my stackoverflow question https://stackoverflow.com/questions/72361837/quantisation-of-custom-model-with-custom-layer-full-int-8
Same problem with mobilenetlarge: `AttributeError: Exception encountered when calling layer "tf.__operators__.add_29" (type TFOpLambda). 'list' object has no attribute 'dtype' Call arguments received by layer "tf.__operators__.add_29" (type TFOpLambda): • x=['tf.Tensor(shape=(None, None,...
Ok now I am setting minimalist to True and getting this error: `RuntimeError: Layer rescaling_2: is not supported. You can quantize this layer by passing a `tfmot.quantization.keras.QuantizeConfig` instance to the...