Skip to content

amrlib 0.1.1

Choose a tag to compare

@bjascob bjascob released this 04 Sep 18:36
· 164 commits to master since this release

Changes in Release 0.1.1

  • Specify np.int64 in parse_gsii.data_loader for Windows Compatibility
    • Linux numpy arrays default to 64-bit where Windows defaults to 32
  • Update generate_t5.inference.generate() to filter out meta-data to avoid generating garbage
  • Update model parse_gsii to deserialize to RAM so GPU is not required to run
  • Removed all symlinks (in scripts for setup_run_dir.py file) and replace with the actual file
  • Changed spacy model in defaults.py to be en_core_web_sm
  • Updated requirements.txt / setup.py
  • Documentation updates