zhuliqian

Results 13 issues of zhuliqian

pytorch1.01 python3.6 python train.py --adadelta --trainRoot /home/chase/crnn.pytorch-master/tool/tool/ --valRoot /home/chase/crnn.pytorch-master/tool/tool/ --cuda --random_sample Namespace(adadelta=True, adam=False, alphabet='0123456789abcdefghijklmnopqrstuvwxyz', batchSize=64, beta1=0.5, cuda=True, displayInterval=500, expr_dir='expr', imgH=32, imgW=100, keep_ratio=False, lr=0.01, manualSeed=1234, n_test_disp=10, nepoch=25, ngpu=1, nh=256, pretrained='', random_sample=True,...

If this is a build issue, please fill out the template below. ### System information * Operating system:ubuntu14.04 * Compiler version: * CMake version:3.2 * CMake arguments: * Relevant libraries/versions...

build

想问一下评价标准P,R是以iou大于0.5为标准计算的吗

![image](https://user-images.githubusercontent.com/17901084/50578800-9ed37280-0e79-11e9-8f69-0ebb1f621cad.png)

Traceback (most recent call last): File "rpnet.py", line 405, in model_conv = train_model(model_conv, criterion, optimizer_conv, num_epochs=epochs) File "rpnet.py", line 365, in train_model fps_pred, y_pred = model(x) File "/usr/local/lib/python3.5/dist-packages/torch/nn/modules/module.py", line 224,...

2019-03-31 16:47:03.634158: W tensorflow/core/framework/op_kernel.cc:1192] Invalid argument: ValueError: attempt to get argmin of an empty sequence [[Node: PyFuncStateless = PyFuncStateless[Tin=[DT_STRING, DT_STRING], Tout=[DT_STRING], token="pyfunc_0", _device="/job:localhost/replica:0/task:0/device:CPU:0"](prefetch_queue_Dequeue:4, strided_slice_5)]] INFO:root:Skipping image

新加的, elif config.built_in_set == label_map_pb2.CharacterSet.ALLCASES_SYMBOLS1: character_set = list(string.digits+chr(937)+chr(948)+'.R=%m') 但是Ωδ这两个符号测试时显示不出来,是这个样子00=0.56%,但应该是δ=0.56%

由于字典的改变,不能接着以前的模型继续训练,如何使用之前训练好的模型中的部分权重进行训练