bored-needle-72209
06/17/2024, 10:00 AMList[AUResultsWrapperPerSegment]
It seems like the "descriptor" protobuf file has become too large, which I don't understand why. I have checked and I have a 29 long list with my custom dataclass as output:
@dataclass_json
@dataclass
class AUResultsWrapperPerSegment:
segment_id: int
preds: Dict[str, List[float]]
Can you tell me what to do otherwise? I don't want to change the limit since the max allowed [10485760] bytes is already large.freezing-airport-6809
freezing-airport-6809
freezing-airport-6809
bored-needle-72209
06/17/2024, 3:25 PMfreezing-airport-6809
freezing-airport-6809
bored-needle-72209
06/19/2024, 11:27 AM