-
We are trying to use the ' facial landmark detection model` on Hailo8 device, apparently it's not working.
model : tddfa_mobilenet_v1.hef
link: https://hailo-model-zoo.s3.eu-west-2.amazonaws.com/M…
-
I noticed there is MXNet wavenet implementation (https://github.com/shuokay/mxnet-wavenet) but looks it is quite old, not sure if this is the official one? If not, do we plan to add wavenet model in t…
-
Ideally, I should be able to run/eval/continue-training-based-on a trained model with with the parameters stored as ${model_dir}/params.yaml. However, the vocabulary size is increased (and then stored…
-
hello
The link shown as below describes how to use commands "run_custom_pc.sh" and "run_package_artifacts_evm.sh" to compile the custom model and how to modify the benchmark_custom.py and settings_…
-
您好!
感谢你们的工作~我想请教下是否可以提供下复现表格中tnews, iflytek, ocnli指标的代码呢。
我阅读了文档似乎只有run_text2text.py可以用来跑tnews数据集(虽需要下载一个对官方tnews做处理之后的数据集),并且我对run_text2text.py在超参{epochs: 3, 5, 8, batch sizes: 32, 64, learning r…
-
With pybids 0.15.1, we get the following error:
`ValueError: group_by contains variable(s) ['group'] that could not be found in the entity index.`
for model:
```
{
"Name": "Test medium",…
-
-
Hello,
I noticed that you have put a pertained Mink16UNet34C model.
However, I don't think this is a correct pretrained model.
If you load the model of the model zoo with `model.load_state_dict…
-
Hello, I've trained a model for a while using the solo_instrument config at 48 kHz, but the audio is still fairly noisy even after 117k steps (spectral loss is ~9 on average).
I'd like to continue …
-
### 请提出你的问题
代码如下:目录:PaddleNLP/model_zoo/gpt-3/ppfleetx/models/language_model/gpt/auto/auto_model.py:1003
```
if top_p is not None and top_p < 1.0:
if self.use_topp_sampling:
try:
…