AlexWang
AlexWang
Hello, have you found a solution? I met the same problem.
> The gradients of `gamma_s3, gamma_s2, beta_s3, beta_s2` are `None`. Is that expected? I think these parameters are not updated during training, and the parameters from the provided trained weights...
> > > > > > @VictorLlu FYI, I print time for data preprocessing (time1), forward propagation (time2) and back propagation (time3) in `mmengine/model/wrappers/distributed.py` when training with 8 GPUs. It...
> Thanks for your interesting work. Your work inspired me a lot. I am trying to run your code of LaneGraph2Seq and want to do more experiments and trials on...