skgone
skgone
i have the same problem too。 I use the web framework of flask, put index.html under the templates folder, and put the relevant js file under the static folder. I...
I solved this problem. Just need to change the path in the app.js file, "/js"⇒"/static/js"
i modified it to 1D,but the performance is worse than dropout, may be something is wrong. class DropBlock1D(tf.keras.layers.Layer): def __init__(self, keep_prob, block_size, scale=True, **kwargs): super(DropBlock1D, self).__init__(**kwargs) self.keep_prob = float(keep_prob) if...