-
For me, this course was one of the more difficult one, because until now, I was completely unfamiliar with any kind of AWS services. This makes the learning curve quite steep, which is nice, but I won…
-
Great Article!! I have followed all the steps mentioned by you but for me, lambda is giving this error while executing oc_as_service.py file:
`{
"errorMessage": "Unable to import module 'handler':…
-
Hi I'm trying to customize the lambda handler for real-time inference. However, If I alter the requirements.txt, deployment in cloudformation fails. For example, if I add boto3>=1.15.0 to the `require…
-
- [x] one-at-a time
- [x] lambda layer w/ generator
- [ ] // processing w/ [joblib](https://joblib.readthedocs.io/en/latest/parallel.html) or [multithreading](https://stackoverflow.com/questions/686…
-
I needed to do the following changes in order to make it work for `tensorflow1.15` / `python3.6`:
1. In `/home/user/venv/tensorflow1.15/lib/python3.6/site-packages/onnx2keras/operation_layers.py`:
…
-
Click to expand!
### Issue Type
Feature Request
### Have you reproduced the bug with TF nightly?
Yes
### Source
binary
### Tensorflow Version
2.12.0
### Custom Code
Ye…
DLumi updated
3 weeks ago
-
I have been trying to use Orbax for checkpointing Flax NNX models and getting checkpointing to work for models with Dropout layers which also hold JAX RNG keys is not very straight forward. After vari…
-
I have an issue with visualizing my conv layers in the following model architecture, because keras-vis seems not to be able to handle model in models architecture. I want to visualize a conv layer wit…
-
AWS Lambda Runtime: Node.js 18.x
```
spawn /var/task/node_modules/phantomjs-prebuilt/lib/phantom\bin\phantomjs.exe ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:283:19)
…
-
```
package:
individually: True
provider:
name: aws
profile: meitre
runtime: python3.6
region: 'us-east-1'
functions:
check-pax-availability:
module: check_availability
…