You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your code , it's very useful , but I have encountered some problems. My image data are satellite scanning data, there are nine channels, saved in NPY format file. In get_image_mask function, ‘’tf. read_file‘’ can not open NPY file effectively. I want to ask if there are other ways to open it with tensorflow, cause if I use ''np.load'' expected str, not tensor, and ''tf.decode_csv'', return a list of tensor.
The text was updated successfully, but these errors were encountered:
Thanks for your code , it's very useful , but I have encountered some problems. My image data are satellite scanning data, there are nine channels, saved in NPY format file. In get_image_mask function, ‘’tf. read_file‘’ can not open NPY file effectively. I want to ask if there are other ways to open it with tensorflow, cause if I use ''np.load'' expected str, not tensor, and ''tf.decode_csv'', return a list of tensor.
The text was updated successfully, but these errors were encountered: