lwzhaojun
lwzhaojun
Have you encountered this problem? RuntimeError: CUDA out of memory. Tried to allocate 18.00 MiB (GPU 0; 8.00 GiB total capacity; 5.57 GiB already allocated; 10.05 MiB free; 607.43 MiB...
> I change metaLearner.py, line 174 like following: > ` torch.autograd.grad(loss, self.lstm2.parameters(), allow_unused=True, retain_graph=True)` > > It runs but Grads lstm + lstm2 print None . > Pricision goes up....
I also encountered this problem. Have you solved it?
Thank you. Let me try it.
Thank you for your answer. For example, when I use peoplenet, I set class-id=2, which means the class is face. But the detection box about the face is not displayed...
I seem to know. There are only cars and persons in your program, so my model peoplenet has no car, so there is no detection box for car. So if...
I changed the model to dashcamnet, the detection boxes about cars and persons will be displayed, and the statistical count of car flow is realized, but the flow of cars...
> > I see. Let's diagnose this together. > > > > 1. Do you have write access to the folder? If yes, move to question 2. > > 2....
> I also encounter the data loader issues, no PKL file is generated while running the 'train_one_shot_learning_matching_network' as instructured. 你好,请问你解决了这个问题了吗,无法生成pkl文件。。
I also have this question. Can you solve it?