Open
Description
Currently, we dont allow users to decide on their own the number of works, pin_to_memory, etc. We should expose it in the configs.
Recipe example:
then in the config we have something like:
dataloader:
batch_size: ...
num_workers: 0 # set to -1 to use all. This may not work in some setups.
pin_memory: False # Set to true to xyz
#TODO: check if it makes sense to expose other arguments
The script in this PR should help to bulk update the configs: #1954