I’m using Ray tune.run and would like to know if there is a way to autoscale the resources available for tuning instead of specifically mentioning.
Thanks!
resources_per_trial (dict): Machine resources to allocate per trial,
e.g. `{"cpu": 64, "gpu": 8}`. Note that GPUs will not be
assigned unless you specify them here. Defaults to 1 CPU and 0
GPUs in `Trainable.default_resource_request()`.