Chloe Zeng

Results 1 comments of Chloe Zeng

Faced with the same issue here. My reproduce codes are: ```import tensorflow as tf import tensorflow_io as tfio import os os.environ["CUDA_VISIBLE_DEVICES"] = "-1" short = tfio.audio.AudioIOTensor('Data/demo.mav') print(short) ``` The error...