Mannat Singh

Results 14 comments of Mannat Singh

Can you try setting `"num_workers": 0` in the dataset configurations and inspecting the stack trace? ```json "train": { "name": "image_path", "batchsize_per_replica": 32, "num_workers": 0, ``` Secondly, it seems you are...

Hi @jlin27 thanks for working on this! I can import this if you're ready for a review :)

Hi @johnnynunez apologies for not responding to this -- as I mentioned in https://github.com/facebookresearch/ClassyVision/issues/798, the issue didn't get assigned to me so I just noticed it. This is a great...

This is something we do plan on supporting, thanks for filing a feature request, @miguelvr ! The approach I had in mind was to just support this feature within the...