We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059abfd commit 9d31939Copy full SHA for 9d31939
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Build book HTML
27
run: |
28
- jupyter-book build ./content
+ KERAS_BACKEND="torch" jupyter-book build ./content
29
30
- name: Push _build/html to gh-pages
31
requirements.txt
@@ -5,7 +5,8 @@ numpy
5
sympy
6
scipy
7
keras
8
-tensorflow
+#tensorflow
9
+torch
10
pydot
11
graphviz
12
scikit-learn
0 commit comments