You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://www.tensorflow.org/api_docs/python/tf/keras/preprocessing/ has many good APIs which can be implemented in BNN. Though we will not implement all of them as some of them like load_img are redundant and are just wrappers to pre-existing APIs in various image libraries.
The io module can have the following features,
input.hpp - Contains APIs for reading from files.
output.hpp - Contains APIs for writing to files.
The pre-processing module can have the following features,
image.hpp - Containing all the APIs for image operations. Though the inputs will be Tensors representing images.
text.hpp - Contains all the APIs for text pre-processing.
sequential.hpp - For sequential data.
Only image.hpp will be implemented in the beginning.
Description of the problem
Example of the problem
References/Other comments
The text was updated successfully, but these errors were encountered: