-
Hi, thanks for great work, I have tested the performance of the model on face recognition. It performs better than every other model. But inference time is really long. Is there any recommendation abo…
-
Hi,
I'm attempting to use the GAN framework in a different setting than images and I was using this code as a reference. I noticed something odd: When we call optim.adam on fDx, the parameters in n…
-
I came across this issue while working on #608.
Current implementation of `max_unpooling_layer` is broken, and we didn't realize that as it was untested. Max unpooling layer belongs to a category …
kdexd updated
7 years ago
-
https://mathworld.wolfram.com/L2-Norm.html
https://developers.google.com/machine-learning/crash-course
-
Hi, i have a dataset in a cvs format (https://raw.githubusercontent.com/juanremi/datasets-to-CF-recsys/master/bigquery-frutas-sin-items-no-vistos-ids.csv), the first row are the headers (user, item, r…
-
### ❓ Question
I think I do not underestand the memory usage of SB3. I have a Dict observation space of some huge matrixes, so my observation space is 17MB approx:
```
(Pdb) [sys.getsizeof(v) for…
-
We need to understand the backend architecture so that we can be confident about it.
-Model1: GAN
We have generator & discriminator.
Based on the user's choice it learns & improves upon.
It…
-
Hi, thanks for the extention. But I have a question about it... In the process of depth map backwarding, the depth of the Gaussian kernel in alpha-blending-based depth map rendering is derived from th…
-
### 🐛 Describe the bug
The enclosed python code (at the end) defines and executes a simplified training loop for a Faster R-CNN model with a ResNet-50 FPN backbone, using the PyTorch and torchvision …
-
Hi @fangwei123456 ,
How I can plot training and validation curves for this model?. Please guide.
Best