Taimoor Rizwan

Results 10 comments of Taimoor Rizwan

> Could you leave the code of training and evaluation? Thanks a lot. Have you found the traning code yet? I am also in need for a training code.

> @tcapelle > > What do you mean by "number of regressors"? > > I initially had a classification based transformer code and then convert it to a regressor. >...

> Yeah, that's it! You will put as many outputs as variables to regress. If you have only one-dimensional regression, then `1` is it. My only take away, is that...

Thank you so much for the quick and detailed responce, I am sorry for asking so many questions I am new to the whole video transformer domain. I just have...

@tcapelle hi thanks for all the help regarding the data loader, I am sorry to bother yet again. I was having some trouble understadning where this issue arises from and...

I have pin-pointed where the issue is it seems like my traindataloader doesnt have the values in bold for cur_iter, (inputs, labels,### **_, meta**) in enumerate(train_loader). I dont understand how...

I will try asking there but i dont think its a pytorch issue is it? I beleive it comes from the dataloader apperently the dataloader should contain inputs, labels, _,meta...

> sorry, don't know. Thank you for all the help, just a tiny follow up for the TimeSformer did you use the code provided by facebook or did you manage...

But @lucidrains implementation doesnt have a trainer code does it?

hi @tcapelle using TimeSformer(orange line) for regression commapred to 3D CNN(pink line) my results are quite weird. I am adding a screen shot of the loss(MSE)-epoch graph for training and...