-
Hi there. Can you give some advice in how to load a checkpoint from a trained model with your pytorch lightning wrapper for inference? I used the common pytroch lightning method "load_from_checkpoint"…
-
It'll be great to have TEDLUIM dataset support. And then compare against [Mozilla DeepSpeech](https://github.com/mozilla/DeepSpeech) and [DeepSpeech PyTroch](https://github.com/SeanNaren/deepspeech.py…
-
使用tensorflow+LSTM训练了一个模型并保存为了tflite格式。使用 **rknn-toolkit2_2.0.0b23+29ceb58d** 转换rknn时遇到了如下报错:
![image](https://github.com/user-attachments/assets/382dd152-16be-4903-91e1-5b193f3dcbf0)
构建模型的代码如下:
`…
-
Would you consider providing a pytroch version of the code?
-
hi,when pytorch can support sparse convolution in pytroch master?thanks.
cc @vincentqb
-
## 🐞Describe the bug
- Possibly related to to https://github.com/apple/coremltools/issues/756, https://github.com/apple/coremltools/issues/880, https://github.com/apple/coremltools/issues/970, https:…
-
when executed “python -m pip install -e .”
--------
nvcc fatal : redefinition of argument 'compiler-bindir'
error: command '/home/work/cuda-10.1/bin/nvcc' failed with exit code 1
my env
P…
-
Exciting project!
I also found your training part uses the theano package with self-defined NN layer. Do you think it is a good idea if it can be rewrited with currently polpular package, .e.g tenso…
-
-
大佬,这个Faster RCNN是不是不能基于pytorch的ONNX转换,里面有两个无参数层,proposal和roi pooling没有对应的pytroch的算子