GFNOrg / torchgfn

GFlowNet library
https://torchgfn.readthedocs.io/en/latest/
Other
209 stars 26 forks source link

added ising example #162

Closed josephdviviano closed 6 months ago

josephdviviano commented 6 months ago

Added a simple example of training an ising model using the current API and a flow matching model (from https://github.com/GFNOrg/torchgfn/issues/136).

saleml commented 6 months ago

How long does it take you to run the script with the default parameters? (L=16)

josephdviviano commented 6 months ago

Many hours - we could turn that down, it’s true

Joseph (Mobile)

On Thu, Feb 22, 2024 at 08:09 saleml @.***> wrote:

How long does it take you to run the script with the default parameters? (L=16)

— Reply to this email directly, view it on GitHub https://github.com/GFNOrg/torchgfn/pull/162#issuecomment-1959424601, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7TL2VFJGFETNY6W4NCPM3YU47PRAVCNFSM6AAAAABDR5WTGOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJZGQZDINRQGE . You are receiving this because you authored the thread.Message ID: @.***>

josephdviviano commented 6 months ago

Note - I'm now pinning black and have upgraded the env / reformatted to match these conventions, because it looks like a very recent update from black is problematic.