"vscode:/vscode.git/clone" did not exist on "1be853ee69a23eda57da57f88451feb9143a1838"
  • Taylor Robie's avatar
    NCF pipeline refactor (take 2) and initial TPU port. (#4935) · 6518c1c7
    Taylor Robie authored
    * intermediate commit
    
    * ncf now working
    
    * reorder pipeline
    
    * allow batched decode for file backed dataset
    
    * fix bug
    
    * more tweaks
    
    * parallize false negative generation
    
    * shared pool hack
    
    * workers ignore sigint
    
    * intermediate commit
    
    * simplify buffer backed dataset creation to fixed length record approach only. (more cleanup needed)
    
    * more tweaks
    
    * simplify pipeline
    
    * fix misplaced cleanup() calls. (validation works\!)
    
    * more tweaks
    
    * sixify memoryview usage
    
    * more sixification
    
    * fix bug
    
    * add future imports
    
    * break up training input pipeline
    
    * more pipeline tuning
    
    * first pass at moving negative generation to async
    
    * refactor async pipeline to use files instead of ipc
    
    * refactor async pipeline
    
    * move expansion and concatenation from reduce worker to generation workers
    
    * abandon complete async due to interactions with the tensorflow threadpool
    
    * cleanup
    
    * remove per...
    6518c1c7
data_test.py 5.08 KB