nomewang / M3DM

MIT License
129 stars 16 forks source link

bug #15

Open Zesheng666 opened 11 months ago

Zesheng666 commented 11 months ago

image 跑DINO+Point_MAE,老是出现这个bug,这是什么原因啊

nomewang commented 10 months ago

这个可能是因为数据集没有正确读进来,可以再检查一下读取数据是否存在问题。

limaodaxia commented 9 months ago

请问checkpoints文件夹应该放在哪里呀?放在项目根目录下,还是models文件夹下?

limaodaxia commented 9 months ago

请问checkpoints文件夹应该放在哪里呀?放在项目根目录下,还是models文件夹下?

leo112578 commented 8 months ago

报错显示FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/pointmae_pretrain.pth',哪里找这个文件阿?

limaodaxia commented 8 months ago

报错显示FileNotFoundError: [Errno 2] No such file or directory: 'checkpoints/pointmae_pretrain.pth',哪里找这个文件阿?

这个仓库文件里可以下载

leo112578 commented 8 months ago

图片 NotImplementedError: There were no tensor arguments to this function (e.g., you passed an empty list of Tensors), but no fallback function is registered for schema aten::_cat. This usually means that this function requires a non-empty list of Tensors, or that you (the operator writer) forgot to register a fallback function. Available functions are [CPU, CUDA, QuantizedCPU, BackendSelect, Python, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradXLA, AutogradLazy, AutogradXPU, AutogradMLC, AutogradHPU, AutogradNestedTensor, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, Tracer, AutocastCPU, Autocast, Batched, VmapMode, Functionalize]. 为什么会出现这个问题阿?