-
This idea came to my mind when I read your blog post to have a possibility to represent time as a range-like structure:
`11:00..11:20//5s`
dkuku updated
2 years ago
-
Please advice
**code:**
```python
# Our training loss
train_loss = losses.MarginMSELoss(model)
# Configure the training
warmup_steps = math.ceil(len(train_dataloader) * num_epochs * 0.1) #…
-
Hi,
I tried the SentenceLabelDataset together with the BatchHardLoss and optuna. I compared the best found parameters of optuna seperately but cannot get same results as it should. I did this comp…
-
Add a calculator so Jeetbot can allow users to do easy calculations
-
Hi,
I was wondering if and where i could find callback functions to be used during training, e.g. i know Tensorflow has EarlyStopping?
-
**Describe the bug**
The order of operations between powers and multiplications is not what I expect
**To Reproduce**
Steps to reproduce the behavior:
```
$evaluator = new \Matex\Evaluator();
…
-
### Description
Currently, an eval like `... | EVAL y = x + 1 + 3` will fold to a chained evaluator and eventually mapped to an `EvalExec[[x{r}#277 + 1[INTEGER] + 3[INTEGER] AS y]]`. Meaning that e…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Please use labels and text to provide additional information.
```
Original issue reporte…
-
### Branch
main branch (1.x version, such as `v1.0.0`, or `dev-1.x` branch)
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmaction2/issues) and [Discussions](https:/…
-
Memory use will remain below 2Gb most of the time during training, using the following configuration.
But will soon encounter OOM at **epoch-2, iteration 94**.
`
RuntimeError: CUDA out of memor…