Skip to content

Commit a0ff721

Browse files
authored
Completely remove Keras from loss calculations (#1545)
* training: Completely remove Keras from loss calculations
1 parent d8c52d0 commit a0ff721

35 files changed

Lines changed: 2545 additions & 2521 deletions

docs/full/lib/training.rst

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,7 @@ The training Package handles libraries to assist with training a model
88
:local:
99
:depth: 2
1010

11-
.. automodapi:: lib.training.data_augmentation
12-
:include-all-objects:
13-
:no-inheritance-diagram:
14-
15-
|
16-
.. automodapi:: lib.training.data_loader
17-
:include-all-objects:
18-
19-
|
20-
.. automodapi:: lib.training.data_set
11+
.. automodapi:: lib.training.loss
2112
:include-all-objects:
2213

2314
|
@@ -49,3 +40,22 @@ The training Package handles libraries to assist with training a model
4940
|
5041
.. automodapi:: lib.training.train
5142
:include-all-objects:
43+
44+
|
45+
data package
46+
============
47+
48+
.. automodapi:: lib.training.data.augmentation
49+
:include-all-objects:
50+
51+
|
52+
.. automodapi:: lib.training.data.collate
53+
:include-all-objects:
54+
55+
|
56+
.. automodapi:: lib.training.data.data_set
57+
:include-all-objects:
58+
59+
|
60+
.. automodapi:: lib.training.data.loader
61+
:include-all-objects:

0 commit comments

Comments
 (0)