Skip to content

OpenNMT-py v0.4

Compare
Choose a tag to compare
@vince62s vince62s released this 08 Oct 18:23
· 817 commits to master since this release
6de42cd

Fixed Speech2Text training (thanks Yuntian)

Removed -max_shard_size, replaced by -shard_size = number of examples in a shard.

Default value = 1M which works fine in most Text dataset cases. (will avoid Ram OOM in most cases)