Weilin Cong

Results 15 comments of Weilin Cong

@velotoxicsounds Hey, I am also facing this issue and now using Fanatec driver 381. Are you suggesting upgrading the Fanatec software?

Another question: if you send a negative data into the net, since neg_data do not have roi information, how could the net process in 'bbpx_pred Loss Layer'?

Really thanks a lot, you really helped me a lot. In conclusion: with both positive and negative images, we calculate 'cls_prob' and 'bbox_pred' loss, however, do not backward update the...

![wechatimg1](https://cloud.githubusercontent.com/assets/18029500/21971554/95e6fab4-dbec-11e6-93e1-81c274192da6.jpeg) i couldn't find anything about `do not backward update the bbow_pred weigh for negative images`, ![wechatimg2](https://cloud.githubusercontent.com/assets/18029500/21971602/0ae715f6-dbed-11e6-92db-0678e1dd13c9.jpeg) forward either... T.T

![goturn](https://cloud.githubusercontent.com/assets/18029500/23696893/92df70ec-0420-11e7-824c-1e3086fa285e.png) i back-calculate the `tracker_init.caffemodel `, it shows like this. I want to replace CaffeNet to VGG or even ResNet, however how to generate this model block me...

Sorry for the late reply. The issue is still not fixed. I tried another version of `pytorch=1.12.1+cu113` but still not work. I found this issue happens as long as the...

Yes, the following is a very simple example. The error happens randomly ... I would say 50% of chance I could see this error ... ``` from torch_geometric.datasets import Reddit...

It also has these types of random errors for `Reddit` dataset ... ``` ~/anaconda3/lib/python3.8/site-packages/torch_geometric/loader/shadow.py in __init__(self, data, depth, num_neighbors, node_idx, replace, **kwargs) 49 self.is_sparse_tensor = False 50 row, col =...

Problem solved. It turns out my RAM is broken ... Never thought it could due to a hardware issue. Thank you for your time.

@amds450076077 My project provide training data [https://github.com/CongWeilin/mtcnn-caffe](https://github.com/CongWeilin/mtcnn-caffe)