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

Can't run #15

Open
statisticalwork opened this issue Mar 2, 2021 · 0 comments
Open

Can't run #15

statisticalwork opened this issue Mar 2, 2021 · 0 comments

Comments

@statisticalwork
Copy link

Did anyone manage to run the code?

ImportError Traceback (most recent call last)
/bilayer-model/examples/inference.ipynb in
8 from matplotlib import pyplot as plt
9
---> 10 from infer import InferenceWrapper

/bilayer-model/infer.py in
1 import argparse
----> 2 import torch
3 from torch import nn
4 from torchvision import transforms
5 from PIL import Image

~/anaconda3/lib/python3.7/site-packages/torch/init.py in
100 pass
101
--> 102 from torch._C import *
103
104 all += [name for name in dir(_C)

ImportError: /root/anaconda3/lib/python3.7/site-packages/torch/lib/libtorch.so.1: undefined symbol: nvrtcGetProgramLogSize

image

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