Fernando M. Quintana

Results 4 issues of Fernando M. Quintana

**Describe the bug** Hi, I want to convert an onnx model to Tensorflow, but when I try to convert it, using either the CLI or by script, it through the...

**Describe the issue**: Hello, I'm using NNI v3.0 and trying to log using tensorboard. On the code I create the logging directory as `log_dir = os.path.join(os.environ["NNI_OUTPUT_DIR"], "tensorboard")` but when I...

Hi, I'm training a recurrent network with haiku but I would like to apply Direct Feedback Alignment during training. The main issue I have encountered is how to send the...

Hi, I'd like to know how I could get the phonemes from the model apart from the wav file, like in the server used in mycroft-core. Thank you