matorage
matorage copied to clipboard
Matorage is tensor(multidimensional matrix) object storage manager for deep learning framework(Pytorch, Tensorflow V2, Keras)
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Hello, Thank you for sharing this library. I appreciate if you could guide me with a simple example about how to save .pt model to Minio and then how to...
I will write test code related to this and conduct experiments. To implement it correctly, you should check https://github.com/graykode/matorage/blob/master/matorage/uploader.py#L41 to see if the upload is a success(200) code and put...
Can I ask you what this error stands for? ``` Traceback (most recent call last): File "/home/jinserk/.pyenv/versions/3.8.5/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/jinserk/kyu/kyumlm/mlmanager/torch/workers.py", line 202, in run self.setup() File...
Now metadata attribute is managed as a JSON file. However, as a long-term plan, we will modify it to work concurrency with the database. e.q : data ```json { "additional":...
Hi again, Sorry for bothering you with several question and bug report, but this looks critical. I made a compressed data bucket and it looks storing well, but when I...
When I added attributes with DataSaver `refresh=True`, it gives an error like: ``` Traceback (most recent call last): File "/home/jinserk/.pyenv/versions/3.8.5/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/jinserk/.pyenv/versions/3.8.5/lib/python3.8/runpy.py",...
It's really fantastic! Thank you so much for sharing this project. I had a quick test with `minio` docker process and confirmed it works really well as expected. I'd like...
In deep learning, the popularity of large models (gpt-3, T5, megatron LM) is growing. However, due to this, the polarization of wealth in AI is intensifying. As an example that...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.1 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...