Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjustments to make it running on Colab #34

Open
timspilak opened this issue Sep 3, 2024 · 0 comments
Open

Adjustments to make it running on Colab #34

timspilak opened this issue Sep 3, 2024 · 0 comments

Comments

@timspilak
Copy link

It wasn't running in colab, so I had to make the following adjustments:

inference.py line 40 &41:

    'resnet': resnet18(weights='IMAGENET1K_V1'),
    'resnet18': resnet18(weights='IMAGENET1K_V1'),

inference.py line 74:

checkpoint = torch.load(reg_weights, weights_only=True)`

library/Math.py", line 163:

A = np.zeros([4,3], dtype=np.float64)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant