Yukti Adya

Results 17 comments of Yukti Adya

> 1. Warm-up is a commonly used training strategy that gradually increases the learning rate at the beginning of the training, instead of directly starting with a large learning rate....

> 1. If `lr=5e-4, warmup_ratio=0.001, warmup_iters=500`, it means the learning rate will increase from `5e-4 * 0.001` to `5e-4` during the first 500 epoch. Please check the code in mmcv...

I have generated some output images. How can we change the colour and thickness of the lines used to make skeleton. ?

> Yes, these .pth files are stored checkpoints. Usually best and final checkpoints should have the same size. If their sizes are different, you may need to check if they...

> There is no error in the log file. In the latest.pth it contains the skeleton info, weight,biases values, sigmas and train annotations paths.but still the size is 64 KB

> latest.pth is a symlink, isn't it? Then which are final saved weights for the trained models ?

I meant to ask that for each of the trained models where i can get the final saved weights? is it only best AP.pth in the working directory? Awaiting for...

> Inside the work_dir, there should be _.log, _.log.json, epoch__.pth, best_AP_epoch__.pth, and latest.pth. > > latest.pth is a symlink, pointing to a specific epoch_xx.pth (which is the real checkpoint file)....

> > Inside the work_dir, there should be _.log, _.log.json, epoch__.pth, best_AP_epoch__.pth, and latest.pth. > > latest.pth is a symlink, pointing to a specific epoch_xx.pth (which is the real checkpoint...

> I have a general questions i have trained several models, i would like to know for each of the trained model where are final saved weights stored ? where...