124399839

Results 4 comments of 124399839

@Zzoey hello,I also want to know how skeleton key points should be stored in train_data.npy,and how to write the tain_label.pkl?Can you share you Script ,my Email [email protected],thanks。

@gmayday1997 你好,非常感謝你的工作,我在執行該code時運行非常慢,請問你在訓練的時候一個epoch要多久呢,我執行python train.py,一個小時都沒有跑完一個epoch,如下圖: ![123Capture](https://user-images.githubusercontent.com/12602661/59177541-01e6d500-8b8f-11e9-817b-e6d5d358d49f.PNG) 我的電腦配置如下: ![Ca33pture](https://user-images.githubusercontent.com/12602661/59177594-25aa1b00-8b8f-11e9-8270-eb67f0a64e3d.PNG) 請問程序執行很慢,是什麼原因呢,謝謝。

@gmayday1997 我將程序 ` if (batch_idx) % 1000 == 0: model.eval() current_metric = validate(model, val_loader, epoch,save_change_map_dir,save_roc_dir)` 改爲 ` if (batch_idx + 1) % 1000 == 0: model.eval() current_metric = validate(model, val_loader,...

@Amelia0911 @raytrun @XinZhangNLPR @stillwaterman 請問你們在訓練的時候是不是也非常的慢,你們有什麼解決方法嗎?另外可以分享一下cdnet2014訓練的model麼。謝謝, 我在使用cdnet2014訓練model,現在訓練的速度非常慢,而且還有如下error, `Epoch [0/27990] Loss: 2006.7865 Mask_Loss_conv5: 177.4561 Mask_Loss_fc: 1743.4923 Mask_Loss_embedding: 85.8382 Exception RuntimeError: RuntimeError('main thread is not in main loop',) in ignored Tcl_AsyncDelete: async handler...