philipperemy / keras-tcn

Keras Temporal Convolutional Network.
MIT License
1.87k stars 454 forks source link

Update README.md #258

Closed philipp-leibner closed 3 weeks ago

philipp-leibner commented 4 months ago

Minimal fix in the README:

use_batch_norm, use_weight_norm, use_weight_norm: Use normalization...

-> use_batch_norm, use_weight_norm, use_layer_norm (!!): Use normalization

philipperemy commented 3 weeks ago

Thank you!