Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Tensors written in OSFile, while reading needs to file to be opened in writeable mode. read_tensor() is not working with any mode of file using OSFile. It works only with mem_mapped files(that too in 'r+w' mode)
"IOError: only valid on writeable files"