languandong

Results 4 issues of languandong

I think the correct way the code the training is that optimizer.zero_grad() # Forward pass outputs = model(images) loss = criterion(outputs, labels) # Backward and optimize loss.backward() optimizer.step() not that...

for example.I just want to get the coordinates of No.3 and No.4 point?What should I do?

Excellent work! As for VQA-RAD dataset of the VQA task, I download the checkpoint you provided and run the test script. The effect was shown below. ![image](https://github.com/zhjohnchan/M3AE/assets/44127403/f693e0b1-1b12-435d-9d27-bc56495111f9) But paper's ![image](https://github.com/zhjohnchan/M3AE/assets/44127403/9c585d95-8e2b-4961-b432-d3c867e2aaa3)

I run the script "python scripts/fetch.py". But it downloaded as 9.895%. ![image](https://github.com/razorx89/roco-dataset/assets/44127403/d5319b22-251b-402e-b580-05fb086ec824) So I immediately re-executed the script. ![image](https://github.com/razorx89/roco-dataset/assets/44127403/e479ec5c-aaf3-4bba-8e48-aa28f9212b4f) Should I take -d at the end of this instruction?