Nomad
Nomad
assert self.embedding_space_ftr.num_embeddings >= idx_occu.shape[0] AssertionError I encounter this error when test on toy_desk dataset. Does anyone know what is causing it? the error location is in embeding_helper.py line 197. by...
 如图,请问这个safetensors是什么,我想手动下载一下,可以的话请顺便告知放在哪里。
When customizing handler.py, we can load any format of model in the initialize function without needing to package the model into a .mar file. Why do the tutorials recommend converting...