Steve Hoelzer
Steve Hoelzer
Git LFS provides control over which files to fetch/cache (`lfs.fetchinclude`, `lfs.fetchexclude`) and which files to put in the working dir (`checkout `). But once files are in the cache or...
A line break between backticks gets turned into a line break inside a HTML `` block. This makes browsers render with a line break when that was not intended. Real...
In the C API, `TF_SessionRun()` allocates new output tensors on every call. This leads to frequent allocation/deallocation and memory copies in some situations. It would be useful to be able...