Spaces:
Build error
Build error
| from typing import overload, Any, Dict | |
| import torch | |
| class ImageLoggerMixin: | |
| def log_images(self, batch: Any, **kwargs: Dict[str, Any]) -> Dict[str, torch.Tensor]: | |
| ... | |