Amanpreet Singh
Amanpreet Singh
It is often necessary to convert a config node to JSON for downstream libraries which support JSON or for something else. The current way to do this is to go...
I am currently unable to maintain this repository up to date as I haven't been involved with security and CTFs for the past year. If anyone (preferably someone who is...
Currently, it is only appending to .bashrc
We need to add tutorial for this to make it clear how to use multitasking.
## 🚀 Feature SampleList frequently require comparisons in tests. It would good to add `__eq__` method to SampleList ## Pitch - Compare list of keys and fail early - Compare...
## 🚀 Feature Add information about debugging segmentation fault to README and docs FAQ. A lot of people are getting this error. It should be easy to debug this using...
Now, you can specify custom mask key for a modality using `mask_key` attribute. This also fixes an issue which caused MMFT to fail when text modality was not present.
This will allow doing multitasking on single batch easily through different heads with different output_key per task Mixing allows usage of heads that returns losses directly with heads that don't...
- Due to various reasons (num_workers=1) etc sharded ddp's process destruction didn't work properly and gets stuck in between. This PR aims to fix that.
It would be good if the searching for `.txt` and `.lab` in train directory used glob patterns like `./**/*.txt`. This would allow structuring files inside the train directory for the...