ray.tune.Trainable.trial_resources#

property Trainable.trial_resources: PlacementGroupFactory | None#

当前分配给此可训练对象试验的资源。

如果不使用 Tune,则不会设置此项。

from ray.tune import Trainable

trial_resources = Trainable().trial_resources