MabinogiX

Results 6 comments of MabinogiX

It turns out that b,c,d can not be CudaTensor, or will get `Segmentation fault`. To calculate the loss, you should write like this: ``` a = torch.from_numpy(a).cuda() b = torch.from_numpy(b)...

My warp_ctc works fine.

找到原因了,是我对迭代器不了解。 不过我还是没想明白,执行iter()的时候为什么会对整个dataset调用\_\_getitem\_\_,调用之后得到的数据并没有存入内存中,那这样做的意义是什么?

I post the wrong message. This comment should be in #1684

I have tried the latest version of CatMAP(0.3.0), anaconda2, anaconda3, none of them could run the examples in tutorials. when I ran the first example in Generating an Input File,...

@PeterHuang2015 求问下如何使用训练好的模型?我用命令 ``` python experiments/SiamFC-3s-color-scratch.py ``` 已经训练完毕,但是执行 ``` python scripts/run_tracking.py ``` 的时候报错。说找不到文件: ``` Logs/SiamFC/track_model_checkpoints/SiamFC-3s-color-pretrained ```