Mannat Singh
Mannat Singh
## Description Making a couple of requests to improve QoL on SLURM ## Detailed Proposal It would be helpful to have - - [x] The ability to specify the output...
## Description As a user, I would like to be able to have a way to have logs stored at a specific path. The challenge here is that this should...
Summary: Classy Models should work like regular PyTorch models. The `{get, set}_classy_state` functions for state are the only blockers which this diff fixes by moving over to `state_dict` and `load_state_dict`...
Summary: Implement a `ClassyMap` type which supports tracking reads and freezing the map (the latter is unused currently). Added it to `ClassificationTask` to catch cases where we don't use any...
Summary: Re-usable function which will be used in the next diff Differential Revision: D24729686
Summary: Moved `tasks_classification_task_amp_test.py` out from the manual directory, so that the test runs on Circle CI GPUs Differential Revision: D20928747
## 📚 Documentation We should update the dataset tutorial to mention how to use the `DataloaderLimitWrapper` introduced in https://github.com/facebookresearch/ClassyVision/pull/455 for Iterable datasets