1. 19 12月, 2018 1 次提交
  2. 24 11月, 2018 1 次提交
  3. 16 11月, 2018 2 次提交
  4. 06 11月, 2018 1 次提交
  5. 03 11月, 2018 1 次提交
  6. 01 11月, 2018 1 次提交
    • J
      Updating run_squad.py to reduce CPU memory usage · 2ad77b59
      Jacob Devlin 提交于
      The current version reads the entire train file into memory and then
      loads it with Dataset.from_tensor_slices. This can result in very large
      allocations which can either OOM or cause a bad_alloc. To avoid this,
      the new version now writes a TFRecord file to the `output_dir`.
      2ad77b59
  7. 31 10月, 2018 1 次提交