Samet Dönmez
Samet Dönmez
Hi, I think i handled the problem. Just for inference with torchhub pretrained model, if you change the following code lines from bfloat16 to float16, it may work. Works for...
> > 你好 > > 我想我处理了这个问题。仅用于使用 torchhub 预训练模型进行推理,如果您将以下代码行从 bfloat16 更改为 float16,它可能会起作用。对我有用! > > GPU:Jetson Nano 4 GB (ARM) CUDA 10.2 Pytorch 1.12 > > 以下是说明: > > `cd ~/.cache/torch/hub/yvanyin_metric3d_main`(或者,如果您使用 pyenv,请在您的环境中查找相应的文件夹)...
I created a file to use on google colab. You can try similar errors commands on your own computer. Don't forget to replace the requirements.txt file. Also the last lines...
It may work with changing bfloat16 to float16. Use following comment. #[81 ](https://github.com/YvanYin/Metric3D/issues/81#issuecomment-2436142735)