ofxTensorFlow2
                                
                                
                                
                                    ofxTensorFlow2 copied to clipboard
                            
                            
                            
                        TensorFlow 2 AI/ML library wrapper for openFrameworks
i tried to use this model for music generation: https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/audio/music_generation.ipynb#scrollTo=1mil8ZyJNe1w its very rough yet, and not sure if everything works as expected. maybe you can find something wrong... especially my...
I posted it already in the OF forum. Here is a Yolo v4 example: https://forum.openframeworks.cc/t/yolo-v4-example-with-ofxtensorflow2/40040
This was the most difficult for me to understand. But now it works quite well, I guess: https://github.com/Jonathhhan/ofxTensorFlow2/tree/example_chatbot/example_chatbot https://forum.openframeworks.cc/t/ofxtensorflow2-chatbot-almost-solved/40090/9
I try to run the arbitrary-image-stylization-v1-256 model: https://tfhub.dev/google/magenta/arbitrary-image-stylization-v1-256/2 I can load the model without any errors, but it chrashes if I try to run the model (without an error message)....
This was not easy for me (to find and understand a pretrained colorization model). With this pretrained model I got it working (had to convert it to a saved model):...
I'm trying to compile in MacOsX example_basic, but I'm having this error: No member named 'exchange' in namespace 'std', in context.h line 78. ` inline context::context(context&& ctx) noexcept : tfe_context(std::exchange(ctx.tfe_context,...
I added this to the readme: ``` ### Windows / Visual Studio 2022 1. Install CUDA 11.7 2. Install CUDNN 8.4.1.50 3. Put the files from C:\Program Files\NVIDIA GPU Computing...
I managed to train images in format 256x256 and tried with format 512x512 in `config.py` ``` IMG_WIDTH = 512 IMG_HEIGHT = 512 ``` got errors the following errors ``` Epoch...
I wonder if somebody use a word2vec model with ofxTensorflow2? I found a model and tried to use it, but without success: https://tfhub.dev/google/Wiki-words-250-with-normalization/2 For now I use ofxWord2vec https://github.com/perevalovds/ofxWord2Vec for...
This addon was initially developed on Linux and macOS, but has not been tested on Windows. The layout, scripting, and project support files are set up, more or less, but...