-
非常感谢badboy的工作,👍赞
记录下自己在使用项目过程中遇见的问题
1、
问题:torch 用不了cuda
原因:pytorch==1.5.0 是用pip安装的,导致torch和cuda可能不匹配,具体匹配规则可见https://blog.csdn.net/kellyroslyn/article/details/109668001
解决:去torch官网下载https://pyt…
-
Unless I'm missing something, the fine-tuning instructions in the readme do not work. In train.py:
```
iteration = checkpoint_dict['iteration']
...
if len(ignore_layers) > 0:
...
…
-
get InvalidArgumentError (see above for traceback): Not enough time for target transition sequence (required: 17, available: 11)14You can turn this error into a warning by using the flag ignore_longer…
-
Hello,
l stuck with fine tuning.
1)First of all to fine tune the model you have to set --nh="256" otherwise it will not work, you'll get this error
(
loading pretrained model from /home/ahm…
-
I have built a CRNN model to do OCR on the images containing english words as mentioned in the [link](https://github.com/TheAILearner/A-CRNN-model-for-Text-Recognition-in-Keras/blob/master/CRNN%20Mode…
-
Hello, when i am running the train.py, there is a issue about "Reason: 'RuntimeError('unable to open shared memory object in read-write mode')' "
I dont know why, the num_worker=0 is still no u…
-
## Description
I'm converting a [CRNN+LSTM+CTC](https://github.com/breezedeus/cnocr-models/blob/master/models/cnocr-models-v1.0.0.zip) model to onnx, but get some errors.
converting code:
```
impo…
-
A short test with `codespell` (which only finds the most common typos for English) found more than 1000 errors in `eng.wordlist`.
The German wordlist `deu.wordlist` contains the well known B / ß co…
-
Hello. I am currently using this package. I'm afraid this may be a basic question, but I'd like to ask a question.
1 Is the input a spectrogram or raw audio data?
2 When I run model(x,x_len,targ…
-
We need to convert keras.io examples to work with Keras 3.
This involves two stages:
## Stage 1: tf.keras backwards compatibility check
Keras 3 is intended as a drop-in replacement for tf.ker…