Skip to content

Commit

Permalink
remove experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Jul 15, 2023
1 parent 88b79f7 commit 3fcf63e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 256 deletions.
4 changes: 0 additions & 4 deletions serket/experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

from .lazy_class import lazy_class

__all__ = ["lazy_class"]
195 changes: 0 additions & 195 deletions serket/experimental/lazy_class.py

This file was deleted.

56 changes: 0 additions & 56 deletions serket/experimental/test_lazy_class.py

This file was deleted.

1 change: 0 additions & 1 deletion serket/nn/recurrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,6 @@ def __init__(
backward_cell: RNNCell | None = None,
*,
return_sequences: bool = False,
return_state: bool = False,
):
if not isinstance(cell, RNNCell):
raise TypeError(f"Expected {cell=} to be an instance of RNNCell.")
Expand Down

0 comments on commit 3fcf63e

Please sign in to comment.