From 0f49420966aa8ee1f9a5aa739f6513fe7863511f Mon Sep 17 00:00:00 2001 From: Eric Chen Date: Mon, 8 Apr 2024 09:01:22 +0000 Subject: [PATCH] update planning doc --- design_doc/planning_doc.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/design_doc/planning_doc.md b/design_doc/planning_doc.md index e62151e..c29591d 100644 --- a/design_doc/planning_doc.md +++ b/design_doc/planning_doc.md @@ -1,15 +1,12 @@ # TODOs ### Small Steps -2. storage implementation -4. loading from the existing stored data 5. efficient image storage 6. compare with standard tfds on loading and storage ### known bugs -1. when creating a new dataset, the first entry is null -2. merging and loading from df lost the schema and original data types 3. sql part is completely broken +4. need to describe lazily loaded frames, more metadata fields ### Big Steps 1. asynchonous writing, test with multiple processes & episodes