-
Notifications
You must be signed in to change notification settings - Fork 268
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
AttributeError: 'TorchImageView' object has no attribute 't_last' #29
Comments
did you found the solution? I facing same issue |
Same here. This is the top result in google for "TorchImageView t_last" During setup I also had a problem at this stage:
gave me "configure.py: error: no such option: --cuda-enable-gl" so I remever that option. Are the two issues linked? I tried wrapping that first error in a try/except but then I just got another error. |
I'm also having the same problem. Windows laptop nvidia video card, latest packages installed manually from I did notice these lines that might be significant:
I have screencapped the error output and the window popping up and immediately closing here: http://somup.com/creF61bbHS What could the next step be? |
Got it to run. It was my multiple monitor setup. As soon as I disconnected them, it worked. |
I got the same error when i try the command : python interactive.py --model=BigGAN-512 --class=husky --layer=generator.gen_z -n=1_000_000 Response: INFO: Could not find files for the given pattern(s). |
I'm in your same situation, got the |
I have the same problem, has anyone solved it? |
Error when running interactive.py. I get two TK windows opened, and then immediately shut down with the error below.
Ubuntu 20.04, Python 3.7.9, NVidia, Cuda 10.1.243, pyCuda from source, compiled with gl enabled, version 2020.1
The text was updated successfully, but these errors were encountered: