Closed liuyuezhang closed 1 year ago
Hi,
can you please try to delete the checkpoint and load the model again (it might be corrupted)?
Sure. Shall I just delete the Standard.pt
checkpoint under 'models/cifar10/Linf'
? If that's the case then I have already redo it. Still the same problem. I can however load other models such as Carmon2019Unlabeled.pt
normally.
A bit weird.
Yes, deleting the checkpoint should be enough. I just tested it and could download the model normally.
Dear fra31,
I retried it. The problem still persists. Is it possible for us to have a short zoom session for me to show you the problem?
Thanks!
Best, Yuezhang
On Sun, Sep 3, 2023 at 12:02 PM fra31 @.***> wrote:
Yes, deleting the checkpoint should be enough. I just tested it and could download the model normally.
— Reply to this email directly, view it on GitHub https://github.com/RobustBench/robustbench/issues/152#issuecomment-1704353596, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADTXFRFMGTJFE54H6MIQHNDXYSZZ3ANCNFSM6AAAAAA4I77JOU . You are receiving this because you authored the thread.Message ID: @.***>
--
Liu, Yuezhang
PhD student in Neuroscience
University of Texas at Austin
I think I found the problem. The Standard.pt
must be corrupted, as it only has 2.3KB size. The contents show in the file
<!DOCTYPE html><html><head><title>Google Drive - Virus scan warning</title><meta http-equiv="content-type" content="text/html; charset=utf-8"/><style nonce="qGEOwx0JRS22ICTsisresA">.goog-inline-block{position:relative;display:-moz-inline-box;display:inline-block}* html .goog-inline-block{display:inline}*:first-child+html .goog-inline-block{display:inline}.goog-link-button{position:relative;color:#15c;text-decoration:underline;cursor:pointer}.goog-link-button-disabled{color:#ccc;text-decoration:none;cursor:default}body{color:#222;font:normal 13px/1.4 arial,sans-serif;margin:0}.grecaptcha-badge{visibility:hidden}.uc-main{padding-top:50px;text-align:center}#uc-dl-icon{display:inline-block;margin-top:16px;padding-right:1em;vertical-align:top}#uc-text{display:inline-block;max-width:68ex;text-align:left}.uc-error-caption,.uc-warning-caption{color:#222;font-size:16px}#uc-download-link{text-decoration:none}.uc-name-size a{color:#15c;text-decoration:none}.uc-name-size a:visited{color:#61c;text-decoration:none}.uc-name-size a:active{color:#d14836;text-decoration:none}.uc-footer{color:#777;font-size:11px;padding-bottom:5ex;padding-top:5ex;text-align:center}.uc-footer a{color:#15c}.uc-footer a:visited{color:#61c}.uc-footer a:active{color:#d14836}.uc-footer-divider{color:#ccc;width:100%}sentinel{}</style><link rel="icon" href="//ssl.gstatic.com/docs/doclist/images/drive_2022q3_32dp.png"/></head><body><div class="uc-main"><div id="uc-dl-icon" class="image-container"><div class="drive-sprite-aux-download-file"></div></div><div id="uc-text"><p class="uc-warning-caption">Google Drive can't scan this file for viruses.</p><p class="uc-warning-subcaption"><span class="uc-name-size"><a href="/open?id=1t98aEuzeTL8P7Kpd5DIrCoCL21BNZUhC">natural.pt.tar</a> (278M)</span> is too large for Google to scan for viruses. Would you still like to download this file?</p><form id="download-form" action="https://docs.google.com/uc?export=download&id=1t98aEuzeTL8P7Kpd5DIrCoCL21BNZUhC&confirm=t&uuid=341f39f4-c391-4779-94f4-8f4933f7f292" method="post"><input type="submit" id="uc-download-link" class="goog-inline-block jfk-button jfk-button-action" value="Download anyway"/></form></div></div><div class="uc-footer"><hr class="uc-footer-divider"></div></body></html>
Seems to be some virus canning warning.
Best, Yuezhang
Thanks. Do you mind providing a public sharing link for the Standard.pt
(Cifar 10, Linf) directly? In this case, I can download it directly.
It seems to be a common problem for downloading with Google drive on large files in some system configuration, such as https://github.com/tensorflow/datasets/issues/3935
Thanks!
I encountered errors while trying to run this code
The error information is listed as follows:
I can however download other models on CIFAR10 normally. Any idea for this problem? Thanks.
I am using python 3.9, Pytorch 2.0.0, cuda 11.0.