Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
fixing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
kirschte committed Feb 18, 2019
1 parent fcab9cb commit 45cd51f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keras_contrib/wrappers/cdropout.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import

import numpy as np

from keras import backend as K
from keras.engine import InputSpec
from keras.initializers import RandomUniform
from keras.layers import Wrapper
from keras.layers.wrappers import Wrapper


class ConcreteDropout(Wrapper):
Expand Down

0 comments on commit 45cd51f

Please sign in to comment.