Soham Tamba
Soham Tamba
## 🚀 Feature Make `pl_bolts` a Conda package. ### Motivation I'm trying to use Pytorch Lightning Bolt on my university's SLURM cluster. The best practice is to install it in...
Hi everyone, This tool is amazing, thanks for open-sourcing it :) I have a suggestion for a feature that should be easy to add for the similarity searcher: Allow the...
# Summary I am trying to use a Flat Inner Product Index with half-precision, sharded across 3 GPUs. The code hangs at search time but it does not hang while...
### System Info `transformers-cli env` ``` - `transformers` version: 4.10.2 - Platform: Linux-3.10.0-1127.18.2.el7.x86_64-x86_64-with-glibc2.23 - Python version: 3.9.13 - PyTorch version (GPU?): 1.9.0 (True) - Tensorflow version (GPU?): not installed (NA)...
The paper published [here](https://arxiv.org/pdf/1803.07728.pdf) explains how the pretext task training is conducted, but not how the transfer learning is conducted. I had some questions regarding the procedure for transfer learning...