graykode / matorage

Matorage is tensor(multidimensional matrix) object storage manager for deep learning framework(Pytorch, Tensorflow V2, Keras)
https://matorage.readthedocs.io
Other
73 stars 8 forks source link

Add and fix unittests for NAS #29

Closed graykode closed 3 years ago

graykode commented 3 years ago

21

I compared both the list_object function of minio and the list_object function that I directly override(NAS class). At this time, only when the prefix is'metadata/test/', there is a problem that the two do not match. Be careful about this.

Add unittests for NAS

As one problem, we found a problem that unittest.skip cannot be called in the same class. Therefore, this stackoverflow answer solved this.

graykode commented 3 years ago

todo

Therefore, in the case of reloading of tensorflow model, it is a todo problem that needs to be fixed someday.