Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tensorlayer/TensorLayerX into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric_lai committed May 30, 2022
2 parents 77e39c7 + f903bce commit b3099ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion tensorlayerx/metrics/tensorflow_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class Recall(object):
"""
Recall score for binary classification task.
Examples
Examples
-----------
>>> import tensorlayerx as tlx
>>> y_pred = tlx.ops.convert_to_tensor(np.array([0.3, 0.2, 0.1, 0.7]))
Expand Down
1 change: 0 additions & 1 deletion tensorlayerx/nn/layers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from .normalization import *
from .padding import *
from .pooling import *
from .quantize import *
from .recurrent import *
from .scale import *
from .shape import *
Expand Down
50 changes: 0 additions & 50 deletions tensorlayerx/nn/layers/quantize.py

This file was deleted.

0 comments on commit b3099ac

Please sign in to comment.