Skip to content

Commit

Permalink
v3.0.1 (#2257)
Browse files Browse the repository at this point in the history
* v3.0.1
  • Loading branch information
vince62s committed Nov 23, 2022
1 parent 0373bd2 commit 3c4f6bc
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 1,447 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

## [Unreleased]

## [3.0.0](https://github.com/OpenNMT/OpenNMT-py/tree/3.0.1) (2022-11-23)

* fix dynamic scoring
* reinstate apex.amp level O1/O2 for benchmarking
* New: LM distillation for NMT training
* New: bucket_size ramp-up to avoid slow start
* fix special tokens order
* remove Library and add link to Yasmin's Tuto

## [3.0.0](https://github.com/OpenNMT/OpenNMT-py/tree/3.0.0) (2022-11-3)

* Removed completely torchtext. Use [Vocab object of pyonmttok](https://github.com/OpenNMT/Tokenizer/tree/master/bindings/python#vocabulary) instead
Expand Down
2 changes: 2 additions & 0 deletions docs/source/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# FAQ
All the example YAML configurations are partial. To get an overview of what this YAML configuration is you can start by reading the [Quickstart](quickstart) section.

Also you can have a look at this: [Tutorial]https://github.com/ymoslem/OpenNMT-Tutorial

## How do I use my v2 models in v3 ?

As a reminder, OpenNMT-py v2.x used to rely on Torchtext 0.5
Expand Down
Loading

0 comments on commit 3c4f6bc

Please sign in to comment.