-
Notifications
You must be signed in to change notification settings - Fork 50
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: module 'nvidia.dali.ops' has no attribute 'nvJPEGDecoder' #5
Comments
My version of nvidia.dali is 0.16.0, what's the version used in this project? |
@hangon666 try changing |
@opetrova |
请问方便留个联系方式吗?这个项目一直没跑通,可以留个联系方式交流一下吗? |
Traceback (most recent call last):
File "test.py", line 32, in
frontalize(saved_model, datapath, 3)
File "test.py", line 16, in frontalize
test_pipe = ImagePipeline(datapath, image_size=128, random_shuffle=False, batch_size=mtest)
File "/home/hanchao/Wu/frontalization/data.py", line 108, in init
self.decode = ops.nvJPEGDecoder(device = "mixed", output_type = types.RGB)
AttributeError: module 'nvidia.dali.ops' has no attribute 'nvJPEGDecoder'
When i try to run the code, this error ocurred, how can i fix it ?
The text was updated successfully, but these errors were encountered: