Skip to content

Issue with download_pretrained.sh #4

Description

@lchen64

Hello Aaron! Great paper. The math behind Reflected SDEs is really involved and you did a good job explaining in a way that a general audience can understand.

I'm trying to see whether I can use this implementation to extend to the Reflected Schrodinger Bridge Framework, which currently I can't find code for.

However, I'm running into issues with the first step, which is downloading the pretrained weights....

wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1AYPr0R8-3CssADBfYYSi1JuYaVrpLkTm' -O- | sed -rn 's/.confirm=([0-9A-Za-z_]+)./\1\n/p')&id=1AYPr0R8-3CssADBfYYSi1JuYaVrpLkTm" -O cifar10.tar.gz && rm -rf /tmp/cookies.txt
--2026-07-22 11:50:24-- https://docs.google.com/uc?export=download&confirm=&id=1AYPr0R8-3CssADBfYYSi1JuYaVrpLkTm

I'm getting that cifar10.tar.gz is "HTML document, ASCII text, with very long lines (2431), with no line terminators", which means the download is corrupted, or there is a security block, right?

When I paste the download link in my browser, it works though. Maybe I'm missing something super obvious. Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions