ZiMo Chen
ZiMo Chen
> ``` > from fvcore.nn import FlopCountAnalysis > from fvcore.nn import flop_count_table > from fvcore.nn import flop_count_str > > # Similar codes in main.py are omitted here for simplicity >...
> I am also following these kind of errors in detr architectures in recent weeks. I do not come across in this repo but one of my architectural modification to...
> 嘿,这意味着您对代码的修改无法使模型工作并产生非法的框预测。例如,这里的错误表示框的左下点坐标值大于右上点。 It is strange that this problem occurs in the middle of the training, and the results of the previous training are ok
> It is possibly caused by incompatible PyTorch version. Which PyTorch version do you use? '1.10.1
> It seems you set the wrong dimension. Please check your code. I didn't change the code, I ran the code with --use_dn --amp --save_results The code works fine if...
> @cxq1 thanks! relative log amplitudes are plotted with https://colab.research.google.com/github/xxxnell/how-do-vits-work/blob/transformer/fourier_analysis.ipynb. Fourier spectrum of feature maps is visualized with the function np. fft.fft2() Thank you for your contribution. Could you also...
> @cxq1 did you mean the visualization of Grad-CAM activation maps? yes, Thank you for your reply. I have another question. Can "Avepool" and "upsample" be regarded as low-frequency
Hi, I'm curious how to generate exp/latest_result.json
Thank you for your reply
 It's still the same problem