dfsp-spirit / meshlearn

AI model to predict computationally expensive vertex-wise descriptors like the local gyrification index from the mesh structure.
MIT License
3 stars 0 forks source link

Maybe: add async tensorflow data loader? #10

Open dfsp-spirit opened 2 years ago

dfsp-spirit commented 2 years ago

Something along the lines of https://stackoverflow.com/questions/34594198/how-to-prefetch-data-using-a-custom-python-function-in-tensorflow/34596212#34596212?

Or is this not worth the tf dependency, and the client should do it himself?