This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
v0.9.3
Known issues
- Short options like
-m
and-t
do fail in Python 3.8. Use--model
and--task
Breaking Changes
- A number of old MTurk tasks have been archived and removed from the code (#3085)
New Features
- [image] Detectron feature extraction (#3083)
- [data] Natural questions (#3070)
- [data] TaskMaster-2 (#2678)
- [data] New versions of multiwoz (#3072)
- [distributed] Allow non-tcp based distributed setup (#3095)
- [core] Move torch.load/torch.save to PathManager. (#3094, #3077)
- [mturk] New task on static turn annotations (#3053)
- [mturk] New features in human+model annotation (#3006)
- [core] TorchClassifierAgent now prints its number of prameters (#3086)
Doc Changes:
- New Worlds tutorial (#3049)
- Tutorial on using
-t jsonfile
(#3061) - Better help message for --init-model (#3090)
- Additions to FAQ (#3073)
- Updated model zoo descriptions for BlenderBot (#3096)
Bug Fixes
- Distributed evaluation now writes to world logs earlier (#3122)
- An argument was updated from store_true to bool (#3113)
- Self-chat now fails loudly with unexpected batchsize (#3081)
- Update drqa default tokenizer away from removed (#3069)
- Using wizard of wikipedia in interactive mode downloads data (#3079)
Developer notes: