-
当我运行utils.py程序时,程序报错,请你帮我看一下是什么原因呢,谢谢:
##################################################################
/home/nchen/anaconda3/bin/python /media/nchen/Disk_D/TH/speech-emotion-recognition-maste…
-
platform: win10,python3.6,tensorflow 1.12,cuda 9.2
----------------------------------------------------------------------------------------------------------
python ./tools/test_shadownet.py --image…
-
Hi, I want to recognize more characters more than just English alphabet (numbers, special Unicode utf-8 characters, etc.). Suppose I have enough dataset, what is the modification I need to train/predi…
-
I get the following error message when running sampling_loss with adagrad (and momentum)
```
InvalidArgumentError: AttrValue must not have reference type value of float_ref
```
This works fine…
-
Currently TRTIS only allows the first dimension of an input/output tensor to be variable sized and only when that dimension represents batching. TRTIS should allow variable-sized dimensions in other c…
-
It says `Cannot open include file: 'cuda_runtime.h': No such file or directory`.
I have CUDA installed (GPU doesn't support CUDA) and the file is located at `C:\Program Files\NVIDIA GPU Computing T…
-
I am trying to test the new model on pre-trained Synth90K data, but when I test the model I get the following result:
Predict image test_02.jpg result p8mm85k65
However, the previous version wor…
-
Hi guys,
by chance i fixed the following issue. Let me report to you so you can save much time!
These days i tried to run your model on an Intel GPU based SoC. Therefore i need to convert the mo…
-
### 环境
- Python3.6
- CPU
- CentOS7
- tensorflow1.12.0(CPU版)
我是采用 `pip` 方式逐个安装的 `requirements.txt` 里的包
### 训练的结果是收敛的
```sh
python train_shadownet.py --dataset_dir train_space/tfrecords_dir
…
-
My environment is as follows:
```
Ubuntu 17.04
python 3.6.3
tensorflow 1.7.0
```
When I am training on dataset of `ICDAR15 Task4.3` whose tfrecords are generated by `write_text_features.py`, I…