Skip to content
Snippets Groups Projects

Porting to TF2

Merged Tiago de Freitas Pereira requested to merge tf2 into master
1 unresolved thread
6 files
+ 106
14
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -18,6 +18,6 @@ def __appropriate__(*args):
__appropriate__(
CenterLoss,
CenterLossLayer,
CenterLossLayer
)
__all__ = [_ for _ in dir() if not _.startswith("_")]
Loading