Eduin Hernandez

Results 9 comments of Eduin Hernandez

You can set CUDA = int(False) in the run_[model].py.

I had the same issue. It turns out to be an issue with my dataset. To overcome this, I modified the following in utils/text_process.py: ``` def tokens_to_tensor(tokens, dictionary): tensor =...

Try [url](https://github.com/phibenz/double-targeted-uap.pytorch/blob/main/dataset_utils/ycb_downloader.py) instead.

The current version requires a downgrade of tensorflow and tensorflow-probability package: `!pip install --quiet tensorflow==2.8.0` `!pip install --quiet tensorflow-probability==0.15.0` `!pip install --quiet tensorflow-federated==0.20.0`

Ensure you have the flag "--use_action_space_bucketing" active while running the command, this will calculate the `entity2bucket` in the KnowledgeGraph class.

It seems to be a similar issue to [#28](https://github.com/isl-org/ZoeDepth/issues/28) and [#45](https://github.com/isl-org/ZoeDepth/issues/45), but hasn't been properly addressed.

> Hello, I have also encountered the same problem. Can we understand that the maximum depth is a conversion ratio scale from relative distance to absolute distance? If I know...

Additionally, you can refer to the response in their respective hugging face website [link](https://huggingface.co/Intel/zoedepth-kitti/discussions/1)

In here, the authors are trying to masks alternative true answers at the last step/hop. For example, if you ask the question "Who is the daughter of Barack Obama" with...