CeadeS
CeadeS
Has anyone else faced an error using regularizers? Using Layers like this: ``` def` conv2d_bn(x, nb_filter, nb_row, nb_col, padding='same', strides=(1, 1), bias=False): """ Utility function to apply conv + BN....
Do you observe the same behavior or is it just my code, version etc.?
Hi, I have still no clue how to fix the problem and there is no response on my issues on github either. Using only one gpu is to slow for...
Maybe you can try the following code, there is only one dense layer and the slice lambda layer. This works even with single gpu, ``` # -*- coding: utf-8 -*-...
The requirements.txt change is not necessary; I must have been tired.
WhatsApp messages are not synchronous. If a WhatsApp message is not received properly, it is resent by meta automatically. Make sure you send meta a 200 every time you push...
> > @CeadeS Thanks for your explanation, I'm having the same problem. Do you think taking this repo as a base for building something to be on production environment is...
> I found a solution, basically it implies checking if the message has already been processed before sending it to OpenAI. > > Add this to your views.py file >...
> Hi! Recently I had this same issue, I ended up leaving Ngrok. I recommend you to use Serveo instead. > > https://serveo.net/ > > If serveo for some reason...