Tae Hwan Jung
Tae Hwan Jung
@jinserk I understand that there is currently no official support for hdf5 for sparse matrices.(This is not impossible to implement. Actually, there is currently an implementation such as https://github.com/appier/h5sparse) Therefore,...
Of course. Could you show all files related to metadata? (Represents a file within metadata.)
@jinserk Thank you for the detailed bug report! While analyzing the bug you showed, I was able to find a few more bugs related to the NAS. First, it is...
@jinserk When using a NAS, you must use a local address rather than ipv4. For example: ```python from matorage import DataConfig # NAS example data_config = DataConfig( endpoint='/tmp/shared', dataset_name='mnist', additional={...
@jinserk - > Hi @graykode, > Thanks for the suggestion. I didn't know there exists such a 'local path' addressing method. I had changed the addressing and currently it seems...
@jinserk I found the solution related to the first one. This is the way to use binary minio without using minio docker: https://github.com/minio/minio#gnulinux ```bash wget https://dl.min.io/server/minio/release/linux-amd64/minio chmod +x minio #...
@jinserk I don't actually know the detailed configuration of the minio. So I will consider it. Thank you. I'll leave a thread when I find more options!! :)
A step-by-step look at why this error occurs is as follows. 1. In the dataset, the minio was updated with the same dataset_name and dataset_additional. 2. However, json cached locally,...
https://github.com/golbin/TensorFlow-Tutorials/pull/39 풀리퀘스트 했습니다.
I also think good idea! I will try to adding baseline model that you recommended. Can you recommend more model to use baseline? Thanks