Suho Han
Results
2
issues of
Suho Han
하트를 해둔 게시글들이 읽기 목록에 모이게 되는데, 게시글 중 게시자가 삭제한 글의 경우 읽기 목록에서 삭제가 불가합니다.
@tomeramit Description: In the following code ([link to code](https://github.com/tomeramit/SegDiff/blob/e6592c983b5bae6eeaf714d91e4aaebc14ca7c21/datasets/transforms.py#L502-L503)), the function torchvision.transforms.functional.affine is used with deprecated parameters: resample and fillcolor. ```python def __call__(self, img, mask): ret = self.get_params(self.degrees, self.translate, self.scale,...