Skip to content

Commit 3971a89

Browse files
committed
change TF cached model to Keras
1 parent 81f26e8 commit 3971a89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_and_deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
python-version: "3.10"
4949

5050
steps:
51-
# Cache the tensorflow model so we don't have to remake it every time
52-
- name: Cache tensorflow model
51+
# Cache the Keras model so we don't have to remake it every time
52+
- name: Cache Keras model
5353
uses: actions/cache@v3
5454
with:
5555
path: "~/.cellfinder"
@@ -73,7 +73,7 @@ jobs:
7373
NUMBA_DISABLE_JIT: "1"
7474

7575
steps:
76-
- name: Cache tensorflow model
76+
- name: Cache Keras model
7777
uses: actions/cache@v3
7878
with:
7979
path: "~/.cellfinder"
@@ -96,7 +96,7 @@ jobs:
9696
name: Run brainmapper tests to check for breakages
9797
runs-on: ubuntu-latest
9898
steps:
99-
- name: Cache tensorflow model
99+
- name: Cache Keras model
100100
uses: actions/cache@v3
101101
with:
102102
path: "~/.cellfinder"

0 commit comments

Comments
 (0)