-
I cloned the git repo on windows and on my mac.
Running on Python 3.7.3.
Executing
`sam local invoke DeserializeDemoFunction`
failed with:
```
Invoking main.lambda_handler (python3.7)
MyLambd…
-
I have been struggling for a while trying to do this, but I'm still more or less a noob, so I precise your help.
Here is one of my attemps:
```
from keras import Model, layers
inputLayer_X = l…
-
**Agent Environment**
Latest extension layer version 42 (`arn:aws:lambda:us-west-2:464622532012:layer:Datadog-Extension:42`): https://github.com/DataDog/datadog-lambda-extension/releases/tag/v42
…
-
-
## Description
We have a lambda with very high invocation count
usually takes a few milliseconds to respond
it randomly started timing out even when sending bad requests which usually responds in…
-
-
Hey, I tried porting your repository to a keras version , but for some reason, when I train, the validation loss is always 0.2 which is alpha for me, but training loss keeps on changing. My base netw…
-
Hello i trained yolov3 model in keras and converted into tfjs format like your models. But when I replaced your v3 model files with mine demo is not opening. what should I do? It throw the error in be…
-
### Description
I think this may be as much a feature request as a bug report. When training a LoRA (this problem would arise elsewhere too), the underlying full weight matrices are `stop_gradient`…
-
Dear all,
I have a question regarding the "return" values (actually: yield values) of the data generator for yolo3.
In the file data.py, function "yolo3_data_generator" the yield statement is as f…