Julian Klug
Julian Klug
same problem here. Any news on the issue?
@GoogleChromeLabs - would be great to have some updates on this feature 🤔
Bumping this issue! Great package, would be sad not to be able to install it with pip 😁 For now this can also be done like this: `pip install git+https://github.com/puolival/multipy`
@baneling100 : Would you mind sharing your code for the whole RandAugment implementation with Dali?
@baneling100 - Ok thank you!
Hashing outside the file still seems like a very unsatisfying solution. The generated hash might also be subject to change if the configuration of the hash function changes (for example...
same problem here.
For me this particular set of versions works fine: - TensorFlow 1.14 - Python 3.7 - Protobuf 3.20 - h5py 2.10 ```python import tensorflow as tf import sys import google.protobuf...
Thank you for the input. I will try to look into this when I have a moment.
I had the same error but managed to resolve it by sticking to a specific set of package versions: - TensorFlow 1.14 - Python 3.7 - Protobuf 3.20 - h5py...