franticguy
Results
3
comments of
franticguy
In those functions of tl_layers_modify.py, replace `Layer.__init__(self, name=name)` with `Layer.__init__(self, name=name, prev_layer=None) `
> Have tried that already...no luck. I ended up using tf.dropout instead of tl.layers.DropoutLayer... I tried doing the same, but ended up with a lot of other errors. Can you...
That worked. Thanks!