yjiangling

Results 7 issues of yjiangling

https://github.com/shichaog/WebRTC-audio-processing/blob/091e92d73a4006956b51d2cb6189f2e5b4b72b9b/fullaec.m#L616

Hi all, When I use multiprocess like this: ` class LM_Decode(object): def __init__(self, lm_path): self.lm_model = kenlm.LanguageModel(lm_path) def decode(self, sent): lm_prob = list(self.lm_model.full_score(sent)) return lm_prob[-1][0] lm_decoder = LM_Decode("lm_path.bin") pool =...

Hi, I'm using tf2onnx convert a pb model to onnx model with the following instruction: `python3 -m tf2onnx.convert --graphdef logs/model.pb --output logs/model.onnx --inputs xs:0,xlen:0 --outputs Identity:0` But it gives the...

pending on user response

TensorRT Version: 8.2.3.0 trtexec --onnx=./onnx_model/model.onnx --minShapes=xs:1x1120,xlen:1 --optShapes=xs:1x160000,xlen:1 --maxShapes=xs:1x480000,xlen:1 --workspace=10240 --saveEngine=./trt_model/model-FP32.plan --device=3 --verbose --buildOnly > result-FP32.txt exit When I use trtexec to convert onnx model to tensorrt engine, it gives the...

When I convert a TensorFlow model to onnx with opset 15, it gives the following error, 2024-06-13 02:14:58,205 - INFO - Using tensorflow=2.12.0, onnx=1.16.1, tf2onnx=1.16.1/15c810 2024-06-13 02:14:58,205 - INFO -...

bug

When I use polygraphy to conduct INT8 calibration and quantilization, it failed. Why the TensorRT 8.5 and above version do not support dynamic shape input during the calibration? But it...

Recently, I find that only the loss function tf.keras.losses.categorical_crossentropy(y_true,y_pred,from_logits=True,label_smoothing=0.1) has argument "label_smoothing", both function: tf.keras.losses.sparse_categorical_crossentropy and class: tf.keras.losses.SparseCategoricalCrossentropy do not have this parameter. Why not add "label_smoothing" to this CE...

stat:awaiting response
stat:awaiting tensorflower
type:feature
stale
comp:keras