karthikiitm87

Results 8 comments of karthikiitm87

@1184125805 : I also had the same issue of the process getting killed in between. I later realise that the sudden stopping of process is no more if I remove...

Hi @kashishoberoi, did you try resolving the issue you were getting for IDD?

I made the changes suggested by @zhanzy178 at multiple places and I was able to build without any erros. Thanks @zhanzy178 for the inputs.

@Vignesh048 : You may change the **os.environ['CUDA_VISIBLE_DEVICES'] = "3"** to **os.environ['CUDA_VISIBLE_DEVICES'] = "0"** and verify the execution. It should work provided you have installed the pytorch in GPU mode.

HI @VasylKor did you find the solution for this?

I had a similar issue. But enabling the requires_grad as True for all the model parameters, I got my model pruned. You may try it as well. for name, param...

> > I had a similar issue. But enabling the requires_grad as True for all the model parameters, I got my model pruned. You may try it as well. >...

> > > > I had a similar issue. But enabling the requires_grad as True for all the model parameters, I got my model pruned. You may try it as...