Kranthi Kiran GV

Results 16 comments of Kranthi Kiran GV

Can you try the 1M like mentioned [here](https://github.com/KranthiGV/Pretrained-Show-and-Tell-model/issues/6#issuecomment-309651681)? Keep us updated on that thread. :smile: Closing this issue because it's solved. Update: @ankush-06 Can you let us know how you...

I'm interested and would like to offer any help with this. Happy to collaborate or take on any tasks needed. Let me know!

> @KranthiGV The author has already been alerted by me about the metadata issues. I believe it's a bit confusing and unnecessary to have two reviewers on the same PR....

@kennymckormick The above command did not work for Spatial457 dataset but worked for MME. Essentially, the following works for MME: ```bash gpu_count=$(nvidia-smi --query-gpu=count --format=csv,noheader,nounits | head -1) export GPU=$gpu_count cd...

@kennymckormick Sorry for the confusion. Turns out I tried `Spatial457` on a different type of GPU due to OOM error. In multi-gpu setting, | GPU | Notes | |------|----------------------------------------------------------| |...

This looks like a different error. We hit the following timeout: ```python if WORLD_SIZE > 1: import torch.distributed as dist dist.init_process_group( backend='nccl', timeout=datetime.timedelta(seconds=int(os.environ.get('DIST_TIMEOUT', 3600))) ) ``` I'm guessing one of...