-
Error when checking target: expected landmarks to have shape (None, 42) but got array with shape (128, 63)
`---------------------------------------------------------------------------
ValueError …
-
-
There are a number of chapters which are causing the build to fail since they have Python code. The code works locally but not in the build environment because we don't have Python installed. Adding a…
jtr13 updated
3 years ago
-
Once the package finds the best model it can, that model should be persisted for the user to be able to consume in the wild. Include an output statement about the persisted model's path. When used fro…
-
In this video https://www.youtube.com/watch?time_continue=6&v=TWWsW1w-BVo, speaker describes about how different libraries misclassified her and not able to detect her face.
If this is because of …
-
solution is probably just global search and replace things like this:
```python
LeakyReLU(alpha=0.2)
```
with:
```python
LeakyReLU(negative_slope=0.2)
```
just a note.
-
Hi @jacobgil , I want to convert grad-cam from pytorch to tensorflow but I don't know how do that. Can you help me suggest how to make? thanks very much
-
## Project Request
The Space Invaders game requires the player to control a spaceship and shoot down waves of alien invaders while avoiding their attacks. The DQN agent needs to learn an optimal po…
-
We need to develop (and maintain) a good base image for SDS 2.0 guest VMs, which will be used for GPU enabled VMs which AI research experts will be able access in private and be root on.
This card is…
-
i read the post and understand that the network will be for feature extraction (is this right ?)
i want to make model on my own data set
when i read the blog post i understand that the steps to g…