We had originally missed this layer when renaming to a common taxonomy in v2.0.0. We kept it for backwards compatibility and just pointed it to OneHotEncodeLayer. We should now remove this for next v3.0.0 release.
|
class OneHotLayer(OneHotEncodeLayer): |
We had originally missed this layer when renaming to a common taxonomy in v2.0.0. We kept it for backwards compatibility and just pointed it to OneHotEncodeLayer. We should now remove this for next v3.0.0 release.
kamae/src/kamae/tensorflow/layers/one_hot_encode.py
Line 161 in 28c70ba