Bernardo Olisan

Results 10 issues of Bernardo Olisan

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

So I'm using nodejs to use the api for storing ipfs files, all works, except for the image file, I heard that is not possible to upload base64 images, but...

kind/bug
need/triage

So I follow this tutorial https://github.com/keras-team/keras-io/blob/master/examples/audio/transformer_asr.py My question is how can I load the model and then predict it, like `model.predict(x)` where x is an audio file

By default, the canvas in threejs is broken on mobile phones. I've been attempting to scroll using mobile browsers, but the issue is that the touch scroll does not respond....

I am attempting to set the background color of my 3D graph to white. While the background does change to white, the graph itself disappears. I initially thought this was...

I've developed a function that runs at intervals. It activates a node by changing its color and inserts an image at the top of the current node. I've successfully created...

So we have the Transformers input layer, that do the Input Embedding job and the position encoding context, but then a class like this is apply ``` class SpeechFeatureEmbedding(layers.Layer): def...

stat:awaiting keras-eng
type:support

So I was looking at huggingface VQGAN_CLIP, and it gave me an error. I clone the repo and make one by myself, this was the error... ![image](https://user-images.githubusercontent.com/46250121/167518873-c9563f7f-2335-4b9e-9d15-4510cbad7bd2.png) I also opened...

hello, I want to use the hugging face api https://huggingface.co/spaces/EleutherAI/VQGAN_CLIP of vqgan+clip, but is giving me an error everytime I use it ![image](https://user-images.githubusercontent.com/46250121/167267798-824ea8c4-74b0-44b8-86ba-167fa63f8fac.png)

When I run the training file this appears ![image](https://user-images.githubusercontent.com/46250121/141517335-2afc7cb2-dec4-45d4-9b66-500fbb6d1711.png) Any idea?