Facundo Quiroga
Facundo Quiroga
OK for me, but why not a frame pointer? the B in BP may get confused with BX | BH | BL. FP and BP are essentially the same in...
Just to make sure we're in the same page: Having more registers would be nice for performance in a real-world scenario, but there's always a finite number of them and...
This fixes the issue for CPUs but a better way to do this is to actually use the `device` parameter for the `map_location` argument to `torch.load()`.
> I was able to get it to work using the following in my venv on Windows: > > `pip uninstall -y torchaudio` > > `pip install torch torchaudio --index-url...
The online and library versions are probably using different hyperparamters. Checkout this notebook: https://github.com/facebookresearch/segment-anything/blob/main/notebooks/automatic_mask_generator_example.ipynb
Cell 24 indicates the config options. The parameter names are mostly self explanatory. El mar, 17 de sept de 2024, 15:36, Ted Wong ***@***.***> escribió: > What exactly to check...