Skip to content

Commit 7a36ed3

Browse files
Fix docs
1 parent 91e7fcc commit 7a36ed3

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/run-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
python-version: [3.11] #[3.6, 3.7, 3.8, 3.9]
16+
python-version: [3.8, 3.9, 3.10, 3.11]
1717
os: [ubuntu-latest, windows-latest, macos-latest]
18-
exclude:
19-
- os: windows-latest
20-
python-version: 3.9
21-
- os: ubuntu-latest
22-
python-version: 3.6
2318
runs-on: ${{ matrix.os }}
2419
steps:
2520
- uses: actions/checkout@v2

src_docs/_templates/class.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,35 @@
2121
'add_weight',
2222
'apply',
2323
'build',
24+
'build_from_config',
2425
'call',
26+
'compile_from_config',
2527
'compute_mask',
2628
'compute_output_shape',
2729
'compute_output_signature',
2830
'count_params',
2931
'evaluate',
3032
'evaluate_generator',
33+
'export',
3134
'finalize_state',
3235
'fit_generator',
3336
'from_config',
37+
'get_build_config',
38+
'get_compile_config',
3439
'get_config',
3540
'get_input_at',
3641
'get_input_mask_at',
3742
'get_input_shape_at',
3843
'get_layer',
3944
'get_losses_for',
45+
'get_metrics_result',
4046
'get_output_at',
4147
'get_output_mask_at',
4248
'get_output_shape_at',
4349
'get_updates_for',
4450
'get_weights',
45-
'load_weights',
51+
'get_weight_paths',
52+
'load_own_variables',
4653
'make_predict_function',
4754
'make_test_function',
4855
'make_train_function',
@@ -53,7 +60,7 @@
5360
'reset_states',
5461
'save',
5562
'save_spec',
56-
'save_weights',
63+
'save_own_variables',
5764
'set_weights',
5865
'summary',
5966
'test_on_batch',

0 commit comments

Comments
 (0)