Code Monkey home page Code Monkey logo

h-divergence's People

Contributors

a7b23 avatar kellyyutonghe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

h-divergence's Issues

H-JS or H-Min divergence ?

Hi, thanks for sharing the code. I was reading the code and it seems that the agriculture example you are using a H-Min divergence instead of the H-JS divergence mentioned in the paper for this particular example. Is the code different than the one used in the paper or was it a typo in the paper ? Thank you !

Code for FID/H-Div comparison

Hey

I was wondering when you guys will upload the code for the H-Div sample quality evaluation given in the appendix of your paper.

Thanks

Regarding threshold computation

Hi,
Thank you for sharing the code.
I have a query regarding threshold computation, for e.g. in line 166 of utils.py.
Shouldn't S_jsv_vector[np.int(np.ceil(N_per * (1 - alpha)))] instead be S_jsv_vector[int(N_per * (1 - alpha))]?
Especially when N_per is small (say 3), ceil(N_per * (1 - alpha)) can be equal to N_per with the default alpha, causing indexing error.
Please let me know if I am missing something.

Regards,
Piyushi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.