mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-06-27 16:10:11 +08:00
9 lines
120 B
Python
9 lines
120 B
Python
from __future__ import absolute_import
|
|
from keras.constraints import *
|
|
|
|
from .clip import Clip
|
|
|
|
# Aliases.
|
|
|
|
clip = Clip
|