Skip to content

Commit

Permalink
ci: add python version 3.11 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MArpogaus committed Jul 10, 2024
1 parent 08c3699 commit e64e497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down

2 comments on commit e64e497

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Old Faithful

Learning Curve

Metrics

Min of loss: -0.5290330648422241

Parameter Vector

a1 = array([7.313695], dtype=float32)
b1 = array([-0.64312804], dtype=float32)
thetas = array([-0.15257004, -0.11374421, -0.07491839,  0.53441435,  0.5366358 ,
    0.53825843,  0.5512988 ,  0.7352747 ,  0.9286261 ,  1.0092045 ,
    1.1830232 ,  1.3568419 ], dtype=float32)

Flow

Results

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bimodal Model

Learning Curve

Learning Curve

Metrics

loss: -0.7251062393188477
val_loss: -0.7404675483703613

Results

Parameter Vector for x = 1

BernsteinFlow:
invert_chain_of_bernstein_bijector_of_scale1_of_shift1:
chain_of_bernstein_bijector_of_scale1_of_shift1:
bernstein_bijector: [-3.0017641e+00 -2.0094724e+00 -1.0171807e+00 -1.6065079e-01
1.4322042e-02 2.2607906e-01 2.2612940e-01 2.2613940e-01
2.2614940e-01 2.2615939e-01 2.2616939e-01 2.2617939e-01
2.2618939e-01 2.2619939e-01 2.2620960e-01 2.2676818e-01
2.2696771e-01 7.7687597e+00 1.5310552e+01]
scale1: 0.4947434961795807
shift1: 0.5257817506790161

Flow



Bijector


Please sign in to comment.