Kashif Rasul

Results 293 comments of Kashif Rasul

@andravin happy to look at this issue, is there anything specific you want me to test? thanks!

ok thanks @andravin I'll use that and get it working on mac and update it as well...

@andravin I plan to add more tests and perhaps i will ask you about them when I start. @hannes-brt I would be happy if @andravin takes ownership since that way...

@hannes-brt thanks!

also can you kindly check if `torch.load` potentially needs a `map_location`? else a model saved on the GPU will not load on CPU etc.

@Thomas-MMJ so these enums were added in version 9.1.0 and thus were potentially deemed too new to add as many places have older versions of PIL installed... you would also...

you can try: ```py if version.parse(version.parse(PIL.__version__).base_version) >= version.parse("9.1.0"): self.interpolation = { "linear": PIL.Image.Resampling.BILINEAR, "bilinear": PIL.Image.Resampling.BILINEAR, "bicubic": PIL.Image.Resampling.BICUBIC, "lanczos": PIL.Image.Resampling.LANCZOS, } else: self.interpolation = { "linear": PIL.Image.LINEAR, "bilinear": PIL.Image.BILINEAR, "bicubic": PIL.Image.BICUBIC,...

I am gonna do `5`

I can take 2 ddpm and pndm