Convert the notebooks and test_end_to_end.py to use a saved WorkUnit from the create_fake_data notebook instead of the directory of legacy files demo/. The data in that directory was out of data in terms of format (e.g. lacked "IMAGE" label on that layer). This will make it easier to keep the notebooks up to date, because we can directly generate the data from one of the notebooks.
This is a partial step toward removing the legacy readers in favor of using the standardizers.
Convert the notebooks and
test_end_to_end.py
to use a savedWorkUnit
from the create_fake_data notebook instead of the directory of legacy files demo/. The data in that directory was out of data in terms of format (e.g. lacked "IMAGE" label on that layer). This will make it easier to keep the notebooks up to date, because we can directly generate the data from one of the notebooks.This is a partial step toward removing the legacy readers in favor of using the standardizers.