Ingu Kang

Results 3 comments of Ingu Kang

Hi, I came across this issue while chasing issues about FID. The FID is a metric used **only for image generation**, and often used with LPIPS. So, I think there...

I agree that this change should support BC. As above, [0,1] could be an input if normalize is True. like LPIPS

```python from uvicorn.config import LOGGING_CONFIG app = FastAPI(...) if __name__ == '__main__': LOGGING_CONFIG["formatters"]["access"]["fmt"] = ( "%(asctime)s " + LOGGING_CONFIG["formatters"]["access"]["fmt"] ) uvicorn.run('main:app', port=8000, reload=True) # log # 2023-02-24 11:01:06,936 INFO: 127.0.0.1:42006...