Skip to content
Snippets Groups Projects
Unverified Commit 6b39f1fa authored by Guy Jacob's avatar Guy Jacob Committed by GitHub
Browse files

Update NCF README.md

parent 7fe84a09
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,8 @@ We've made several modifications to the code: ...@@ -15,7 +15,8 @@ We've made several modifications to the code:
* In `dataset.py`: * In `dataset.py`:
* Speed up data loading - On first data will is loaded from CSVs and then pickled. On subsequent runs the pickle is loaded. This is much faster than the original implementation, but still very slow. * Speed up data loading - On first data will is loaded from CSVs and then pickled. On subsequent runs the pickle is loaded. This is much faster than the original implementation, but still very slow.
* Added progress indication during data load process * Added progress indication during data load process
* Removed some irrelevant content from this README
The sample command lines provided [below](#running-the-sample) focus on **post-training quantization**. We did integrate the capability to run quantization-aware training into `ncf.py`. We'll add examples for this at a later time.
## Problem ## Problem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment