issues
search
keras-team
/
keras-hub
Pretrained model hub for Keras 3
Apache License 2.0
804
stars
243
forks
source link
Preprocessing decorator fixes
#1843
Closed
mattdangerw
closed
2 months ago
mattdangerw
commented
2 months ago
Two fixes for our preprocessing decorator.
Fix running preprocessing on a separate thread from the main process.
Support bytestring (something we did previously and dropped accidentally).
Two fixes for our preprocessing decorator.