PyTorch-Image-Retrieval
PyTorch-Image-Retrieval copied to clipboard
A PyTorch framework for an image retrieval task including implementation of N-pair Loss (NIPS 2016) and Angular Loss (ICCV 2017).
Process finished with exit code -1073741819 (0xC0000005)
I am new to using `PyTorch`. I am using `Google Colaboratory`, `Accelerator` is `GPU`. Attempted Solutions (same error): - `torch.cuda.empty_cache()`, [suggested here][1]. - `torch.cuda.memory_summary(device=None, abbreviated=False)`, [suggested here][1]. - `batch_size=1` for...
Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.0 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...