Skip to content

Commit

Permalink
test tf2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henrysky committed Mar 8, 2024
1 parent 5f55eca commit 1d6c5ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ jobs:
fail-fast: false
matrix:
include:
- { TF_VER: 2.16.0rc0, TFP_VER: 0.23.0, PAPER_MODELS: true, ALLOW_FAILURE: true }
- { TF_VER: 2.16.0rc0, TFP_VER: 0.23.0, PAPER_MODELS: false, ALLOW_FAILURE: true }
- { TF_VER: 2.16.1, TFP_VER: 0.23.0, PAPER_MODELS: true, ALLOW_FAILURE: false }
- { TF_VER: 2.16.1, TFP_VER: 0.23.0, PAPER_MODELS: false, ALLOW_FAILURE: false }
- { TF_VER: 2.15.0, TFP_VER: 0.23.0, PAPER_MODELS: true, ALLOW_FAILURE: false }
- { TF_VER: 2.15.0, TFP_VER: 0.23.0, PAPER_MODELS: false, ALLOW_FAILURE: false }
- { TF_VER: 2.14.0, TFP_VER: 0.22.1, PAPER_MODELS: true, ALLOW_FAILURE: false }
- { TF_VER: 2.14.0, TFP_VER: 0.22.1, PAPER_MODELS: false, ALLOW_FAILURE: false }

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion astroNN/shared/matplotlib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pylab as plt
import matplotlib.pyplot as plt


def pylab_style(paper=False):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/galaxy10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ were selected in 10 broad classes using volunteer votes. GZ later utilized image
Galaxy10 DECals has combined all three (GZ DR2 with DECals images instead of SDSS images and DECals campaign ab, c) results in ~441k of unique galaxies covered by DECals
where ~18k of those images were selected in 10 broad classes using volunteer votes with more rigorous filtering. Galaxy10 DECals had its 10 broad classes tweaked a bit so that
each class is more distinct from each other and ``Edge-on Disk with Boxy Bulge`` class with only 17 images in original Galaxy10 was abandoned. The source code for this dataset is released
under this repositary so you are welcome to play around if you like, otherwise you can use the compiled Galaxy10 DECals with download link below.
under this repository so you are welcome to play around if you like, otherwise you can use the compiled Galaxy10 DECals with download link below.

Download Galaxy10 DECals
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ version and the second latest version are included in test suite). Generally usi

::

Tensorflow 2.16.x (correspond to Tensorflow-Probability 0.24.x)
Tensorflow 2.15.x (correspond to Tensorflow-Probability 0.23.x)
Tensorflow 2.14.x (correspond to Tensorflow-Probability 0.22.x)

.. note::

Expand Down

0 comments on commit 1d6c5ba

Please sign in to comment.