Jaco
07/13/2022, 4:01 PM@flow def main(): train,test,unique_movie_titles,unique_user_ids = getData().result() i keep getting type errors like: tensorflow.python.framework.errors_impl.InvalidArgumentError: Cannot convert a Tensor of dtype variant to a NumPy array , am I limited in what type of return I need to have in my functions to use the .result()?Anna Geller