|
|
@ -12,6 +12,7 @@
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from activations import LinearActivation, ReluActivation, SoftmaxActivation, \
|
|
|
|
from activations import LinearActivation, ReluActivation, SoftmaxActivation, \
|
|
|
|
IdentityActivation, TanhActivation, SequenceSoftmaxActivation
|
|
|
|
IdentityActivation, TanhActivation, SequenceSoftmaxActivation
|
|
|
|
from attrs import ExtraAttr
|
|
|
|
from attrs import ExtraAttr
|
|
|
|