Releases: AtelierArith/GomalizingFlow.jl
Releases · AtelierArith/GomalizingFlow.jl
Release v0.3.2
What's Changed
- rm MLDatasets which is unused for our project by @terasakisatoshi in #23
- update CI.yml by @terasakisatoshi in #22
- Speed up green func using Base.Threads by @terasakisatoshi in #24
- improve green's func impl by @terasakisatoshi in #25
Full Changelog: v0.3.1...v0.3.2
v0.3.1
result/latest
These assets are generated via GitHub Actions
test
Merge pull request #21 from AtelierArith/prepare-release-0.3.1 bump up version to 0.3.1
Release v0.3.0
update training interface
How to utilize
- Download
tomiya_cfg.zip
andresult.zip
topath/to/this/repository
and unzip them. - open Jupyter Notebook
playground/notebook/julia/analysis_tool.md
and run it.
Release v0.2.0
- Create module LFT.jl which enable us to train model for the case 2D and 3D
- Assets:
trained_model2D.bson
using BSON
BSON.@load "trained_model2D.bson" trained_model
using BSON
BSON.@load "trained_model3D.bson" trained_model
Release v0.1.0
- Julia implement 2D/3D LFT