Arka Sadhu
                                            Arka Sadhu
                                        
                                    Hello, thanks for the amazing repository. I see that the repository is using webdataset. I was wondering if you could share some insights on how much training time improvement you...
I see that there is option to choose dataset to be `VQA`. Wanted to know if I could train it on `VQAv2` and if so how?
Hi. Thanks for this amazing repository. Can you add a license for this? See this for more context https://github.com/sindresorhus/awesome/blob/master/awesome.md
Hi. Thanks for the amazing repository. It really makes the workflow very easy. I was wondering if you are considering to add video datasets as well. Some are based on...
I usually use python fire (https://github.com/google/python-fire), it creates the parser arguments by default looking at the function to be called. Is there any possibility of integrating this into the existing...
Hi. Thanks for the amazing repository. I installed using `-DUSE_CUDA` option and then tried the example here (https://github.com/zhreshold/decord/blob/master/examples/video_loader.ipynb). I averaged over ten runs using %time Walltime output. The statement I...
Hi I followed the steps, it showed that it started training but unfortunately the model didn't train. Anyway I could know where it went wrong? Even though I am getting...
Wondering if there any benchmarks on this. Does this add (or reduce) any overhead in computation time over normal control flow?
Hello, thanks for open-sourcing your code, this is a very inspiring work. I had a question: do you perform or experiment with bootstrapping continuously? Like currently it is train on...
## 🐛 Bug On a new environment, doing the conda installation results in installing "conda-forge/noarch::pytorch-lightning-0.8.5-py_0". ### To Reproduce ``` conda create -n test_env python=3.9 conda install ipython jupyter conda install...