Alexandros Drymonitis
Alexandros Drymonitis
Trying to use an OF app with ofxPd alongside Pure Data, I realised that only one of the two apps (OF or Pd, actually the frst one that launches) can...
I'm following the steps for building the second example, 02_ddsp, and I'm getting stuck in `pip install google-colab`. The errors start when it's trying to build pandas. I've uploaded the...
I'm trying to build nn~ on linux, but I'm stuck at this step: ``` cmake ../src/ -DCMAKE_PREFIX_PATH=/home/alex/Applications/libtorch -DPUREDATA_INCLUDE_DIR=/home/alex/Applications/puredata/pd-0.54-0/src -DCMAKE_BUILD_TYPE=Release ``` where I get the following output: ``` CMake Deprecation Warning...
I installed the package on Ubunstu Studio 18.04, Atom 1.29.0. Trying to upload a test blink sketch I get: ``` undefined reference to 'setup' undefined reference to 'loop' ``` I've...
Is it possible to run any of these examples without a GPU? The cuda value is set to -1 if a GPU is not available. Is there a way to...
I managed to import textgenrnn after setting up manually, because of the error [here](https://github.com/minimaxir/textgenrnn/issues/222), and removing dots in `from .utils import...`, but when I type the following, I get the...
I've saved a model with the SavedModel format by calling: ``` tf.saved_model.save(model, "./1/") ``` following the instructions [here](https://www.tensorflow.org/guide/saved_model). I have renamed the model to graph_frz.pb, but when I try to...
Trying to get the code from [here](https://github.com/memo/char-rnn-tensorflow/tree/master) (as prompted by the README of the frozen_graph_char_rnn example) to work with TensorFlow2, but the API is based on TensorFlow1, which is deprecated....
Change the Makefile for the Pd external object [pyo~] to include the current Makefile for Pd's external objects. See this comment for instructions to build the object https://github.com/belangeo/pyo/discussions/299#discussioncomment-13761185
I'm using this addon in a project and when it builds I get the following warning: ``` ../../../addons/ofxMidi/libs/rtmidi/RtMidi.cpp: In member function ‘virtual void MidiInJack::setPortName(const std::string&)’: ../../../addons/ofxMidi/libs/rtmidi/RtMidi.cpp:4262:21: warning: ‘int jack_port_set_name(jack_port_t*, const...