-
Do anyone tried to convert trained .h5 model to Tensorflow Lite or Tensorflow Serving?
I got some difficulties due to some python functions such as 'yolo_loss' and 'yolo_head'.
-
### 软件环境
```Markdown
- paddlepaddle-gpu: 2.4.2
- paddlenlp: 2.5.2
CUDA 10.2
cudnn 8.7
```
### 重复问题
- [X] I have searched the existing issues
### 错误描述
```Markdown
Traceback (most recent cal…
-
### Description of the bug:
Hi,
I am trying to covert an PyTorch to TFLite which uses `torch.argmax(..).indicies` and `torch.gather(..`) - hence creating `LongTensor`s (Int64). As my targeted r…
-
Support DeepSeek-Coder-v1.5 7B with vLLM
-
I create my data set with tf.data.experimental.make_batched_features_dataset, where numerical data are passed as float, categorical data as integer and vocabs as string.
For serving, I create the spe…
-
I have modified the TPUEstimator to use the [BestExporter](https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/estimator/BestExporter), so with features spec and examples:
```python
def s…
-
-
hello, i am trying to get the inference service from this example [https://docs.coreweave.com/compass/examples/pytorch-hugging-face-diffusers-stable-diffusion-text-to-image](url) running.
this is …
-
### Feature request
In the documentation, there is not enough info about the default values TGI enforces if client request do not contain parameters like `temperature`, `top_p`, `presence_frequency` …
-
bert-base-serving-start \
-model_dir C:\workspace\python\BERT_Base\output\ner2 \
-bert_model_dir F:\chinese_L-12_H-768_A-12
-mode NER
如题,请问为什么需要bert_model_dir。在已经训练好model_dir 后,直接拿它预…
ghost updated
4 years ago