zangyu00544

Results 3 comments of zangyu00544

I encountered this problem too.

exact same issue. gradient clipping does not work. I have tried gradient_clip_val=0.1,0.5,0.6,1.0. do you mean the this gradient clipping? @15m43lk4155y trainer = pl.Trainer( gpus=[0] if torch.cuda.is_available() else None, max_epochs=max_epochs, gradient_clip_val=0.1,