cumthxy

Results 16 issues of cumthxy

how can i solve this error? i run the command: python train.py --data=ubuntu --model=VHRED --batch_size=40 --word_drop=0.25 --kl_annealing_iter=250000 my computer has a 64m of memory,and GPU has: NVIDIA-SMI 390.48 Driver Version:...

how to train your model? The data set is not given。 # Blended Facial Features path_hr = Path('/content/gdrive/My Drive/Apdrawing/draw tiny') path_lr = Path('/content/gdrive/My Drive/Apdrawing/Tiny Real') # Portrait Pair path_hr3 =...

一直出现这个错误: RuntimeError: Can't call numpy() on Variable that requires grad. Use var.detach().numpy() instead 按照提示修改之后又是别的错误了。无法定位到问题的原因。请问你们将模型转换过onnx么? 或者不转换成onnx的话 还能转换成什么类型的呢?谢谢。 test的脚本能够正确运行的。 outs = ONNXTracedModule(f, _force_outplace, return_inputs, _return_inputs_states)(*args, **kwargs) File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 550, in __call__...

您好 如果使用SciTSR进行训练 也是转换成davar格式么? 有相关脚本么?或者能够参考哪些?自己去实现。 谢谢。

SER 推理模型使用自己训练好的OCR识别检测模型 乱码。不指定rec_model_dir,det_model_dir的话 就是正常的。 如果指定自己的,rec_model_dir,det_model_dir,和rec_char_dict_path 。乱码。 运行的 类似下面这样 参考的这个命令:

类似上图。我标注检测框的时候可以标注全部吧。但是文字是不是可以只写英文?还是需要全写呢? 顺便问下:假如说我想识别梵文+英文的话。是分开训练识别模型么。不同文字分开识别?还是创建一个多语言的字典一同训练呢?

i have some questions about rotation i use this code `logger.add("call_logs.log", rotation="10s")` when i manually run the code over and over again. i find some logs logs appear in the...

question