facebookresearch / NeuralCompression

A collection of tools for neural compression enthusiasts.
MIT License
496 stars 43 forks source link

FID calculation error with scipy 1.11.2 #217

Open mmuckley opened 1 year ago

mmuckley commented 1 year ago

As seen in this automated test, there is a bug in the FID calculation with scipy 1.11.2:

https://github.com/facebookresearch/NeuralCompression/actions/runs/5905240241/job/16018960652

This bug results in a huge imaginary component from the sqrtm operation.

scipy 1.11.1 fixes the problem, so I'm adding this as a test requirement for now.