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

rivagan error prevents dct decode on a non-cuda computer #15

Open
DougStoker opened this issue Jan 12, 2023 · 0 comments
Open

rivagan error prevents dct decode on a non-cuda computer #15

DougStoker opened this issue Jan 12, 2023 · 0 comments

Comments

@DougStoker
Copy link

(base) Douglass-MacBook-Pro:invisible-watermark-main doug$ ./invisible-watermark -v -a decode -t bytes -m dwtDct -l 32 ./"00007-3643514179.png"
Traceback (most recent call last):
File "/Users/doug/Downloads/invisible-watermark-main/./invisible-watermark", line 22, in
from imwatermark import WatermarkEncoder, WatermarkDecoder
File "/Users/doug/Downloads/invisible-watermark-main/imwatermark/init.py", line 1, in
from .watermark import WatermarkEncoder, WatermarkDecoder
File "/Users/doug/Downloads/invisible-watermark-main/imwatermark/watermark.py", line 9, in
from .rivaGan import RivaWatermark
File "/Users/doug/Downloads/invisible-watermark-main/imwatermark/rivaGan.py", line 2, in
import torch
File "/Users/doug/.pyenv/versions/3.10.0a7/lib/python3.10/site-packages/torch/init.py", line 676, in
from .storage import _StorageBase, TypedStorage, _LegacyStorage, UntypedStorage
File "/Users/doug/.pyenv/versions/3.10.0a7/lib/python3.10/site-packages/torch/storage.py", line 856, in
class _LegacyStorage(TypedStorage, metaclass=_LegacyStorageMeta):
TypeError: 'torch._C._TensorMeta' object is not iterable

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