File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 continue-on-error : ${{ matrix.tf == 'nightly' || contains(matrix.tf, 'rc') || matrix.r == 'devel' }}
5555 env :
5656 R_REMOTES_NO_ERRORS_FROM_WARNINGS : ' true'
57- R_COMPILE_AND_INSTALL_PACKAGES : ' never'
57+ # R_COMPILE_AND_INSTALL_PACKAGES: 'never' # commented out until CRAN builds TF 2.8
5858 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
5959
6060 steps :
Original file line number Diff line number Diff line change 66 Then, if a named list was passed to subsequent
77 ` fit() ` /` evaluate() ` /` call() ` /` predict() ` invocations,
88 matching of ` x ` and ` y ` was done to the model's input and outpt ` tensor$name ` 's.
9- Now, matching is done to ` names() ` of ` inputs ` and/or ` outputs ` supplied ` keras_model() ` .
9+ Now, matching is done to ` names() ` of ` inputs ` and/or ` outputs ` supplied to ` keras_model() ` .
1010 Call ` unname() ` on ` inputs ` and ` outputs ` to restore the old behavior, e.g.:
1111 ```
1212 keras_model(unname(inputs), unname(outputs))
You can’t perform that action at this time.
0 commit comments