-
hey i cannot get over from pytorch error i m struggling from 2 days.. heres what i want MY CODE below:
**GETTING CUDA 10.2 READY**
```
`!curl -O https://raw.githubusercontent.com/aws-samples/d2…
-
## Description
Out of memory error is not propagated as an error to python environment. This prevents the ability to properly handle the error.
*Why is this important?*
When using the model in …
-
https://towardsdatascience.com/the-roadmap-of-mathematics-for-deep-learning-357b3db8569b
https://www.csail.mit.edu/news/new-deep-learning-models-require-fewer-neurons
https://d2l.ai/
https:/…
-
If including all words, the model has undesirable "words" like ``, 9e9e9, vertical-align, etc.
So to be strict the model can only include alphabetical character words. This excludes numbers, hyphen…
-
Hi, thanks for this thoughtful paper and sharing code base.
I am confused about concatenate axis using -2, which is sequence length L, at https://github.com/zhouhaoyi/Informer2020/blob/99b59c181f87…
-
hey ,i want to train a object detector and want to do it in tensorflow..rather than MxNet...heres what i m doing following the docs provided on djl website :
**MY SETUP**
`!curl -O https://raw.githu…
-
hey i m new here ,today i have successfully install ijava kernel in google colab and java is running successfully BUT when i train i got this ERROR :
`ai.djl.engine.EngineException: MXNet engine cal…
-
## CNNs
- [Explication des CNNs par Fei-Fei Li](https://github.com/nzmognzmp/formations/files/6083535/cs231n_2017_lecture12.pdf)
- [Outils ML de cyber-sécurité](https://analyticsindiamag.com/top-8…
-
## Description
Trying to build mxnet with the following config :
```cmake -DUSE_CUDA=1 -DUSE_CUDA_PATH=/usr/local/cuda -DUSE_CUDNN=1 -DUSE_MKLDNN=1 -DCMAKE_BUILD_TYPE=Release -DUSE_TENSORRT=1 -DUSE_…
mjsML updated
3 years ago
-
Thanks to https://github.com/d2l-ai/d2l-book/commit/06ce6657f279af162da845dd3d771ae6a61f1700, now D2L replaces fluent alias (e.g., d2l.reshape(a, (1,2)) -> a.reshape((1,2))) correctly!
Due to the u…