change max_task_size to dynamic value

This commit is contained in:
disperaller 2024-05-22 13:55:05 +08:00
parent db8d9a9798
commit 78e89ce8b5

View File

@ -1,6 +1,7 @@
import copy
import math
import os.path as osp
import torch
from fnmatch import fnmatch
from typing import Dict, List, Optional, Tuple, Union