Skip to content

Commit b3099ac

Browse files
committed
Merge branch 'main' of github.com:tensorlayer/TensorLayerX into main
2 parents 77e39c7 + f903bce commit b3099ac

File tree

3 files changed

+1
-52
lines changed

3 files changed

+1
-52
lines changed

tensorlayerx/metrics/tensorflow_metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class Recall(object):
257257
"""
258258
Recall score for binary classification task.
259259
260-
Examples
260+
Examples
261261
-----------
262262
>>> import tensorlayerx as tlx
263263
>>> y_pred = tlx.ops.convert_to_tensor(np.array([0.3, 0.2, 0.1, 0.7]))

tensorlayerx/nn/layers/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from .normalization import *
1717
from .padding import *
1818
from .pooling import *
19-
from .quantize import *
2019
from .recurrent import *
2120
from .scale import *
2221
from .shape import *

tensorlayerx/nn/layers/quantize.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)