crest
crest copied to clipboard
TypeError: int() argument must be a string, a bytes-like object or a number, not 'Tensor'
Hi, I got some error messages:
/crest/third_party/rand_augment.py:80 _posterize_level_to_arg
return (int((level / MAX_LEVEL) * 4), )
Is it something with the version of TensorFlow? My version is 2.4.0.
Hi, would you mind trying with the most recent version of tensorflow? We didn't find any issue running the code with the most recent version.
Hi, would you mind trying with the most recent version of tensorflow? We didn't find any issue running the code with the most recent version.
Hi thank you for your reply. The latest TensorFlow needs cuda11, but I only have cuda10. I will try later.