-
when I run simple.py
"reg = - alpha * torch.exp(((u[:, None] + v[None, :] - K) / alpha))“
it seems that reg=nan.
why does this happen?
-
Hi, I think there is some problem about your triplt_loss function
Here is your function:
__EPSILON = K.epsilon()
def _loss_tensor(y_true, y_pred):
y_pred = K.clip(y_pred, _EPSILON, 1.0-_EPSILO…
-
Votez pour les séquences que vous souhaiteriez voir aborder avec 👍 !
-
Hi, I am getting the following error when running the mnist example via fpm
```
$ fpm run --example mnist --profile debug --compiler ifort
mod_constants.f90 done.
mod_random…
ofmla updated
1 month ago
-
-
Both the `TotalVariation` function and `FGP_TV` from the CCPi regularisation toolkit solve the dual TV problem using the FISTA algorithm. In both cases, it is hardcoded and no acceleration is used. Si…
-
## 🚀 Feature
FSDP to offer the possibility to compute the norms of the weights and norms of the gradients on the fly, when the weights / gradients are available with an option like `compute_weight_…
-
I am listing some research ideas we could look into after there is a first prototype. These may need to be split into seperate issues but for now it may be easier to group them:
1. Is processing a mu…
-
"Make HemeLB Approach Adequacy Again"
As of today, there are 24 branches and 171 open issues. This is not cool. Let's drain the swamp.
Branch wrangling:
- [x] Rename master -> main (@rupertnash)
…
-
Hi,
I've recently created a dataset using speech-to-text APIs on custom documents. The dataset consists of 1,000 audio samples, with 700 designated for training and 300 for testing. In total, this eq…