-
When using batch hard, is it correct to say that the hardest negative distance should increase and the hardest positive distance should decrease during training? Is it a good method to monitor the tra…
-
Hello,
Many thanks for providing your code for free.
I am training the model on my own dataset. I wonder how can I monitor the loss values for training and cross-validation?
Mohammad
-
The thesis explicitly states that both U-Net models in their study (U-Net-12 and U-Net-25) completed training within the first 65 epochs. The determination of the optimal training duration was based o…
-
### Overview
This issue is for tracking design work related to [User Story #635 ]. [COORDINATOR can view submitted applications for Hosts & guests].
As the new PM, research the coordinator role and…
-
Hi! Thanks for your contribution. It is an excellent piece of work!
My task language is Chinese. I have trained a Chinese tokenizer and trained it from scratch, but I have the following questions:
…
yihp updated
2 months ago
-
I don't know _where_ these would go, _but_:
### ADD: **F**low **A**nalysis and **C**onsistency **T**erminal
![image](https://github.com/user-attachments/assets/43bac5d1-cc49-4b94-8687-b4287b57cd73…
-
only occur when using 8 bit adam
with FSDP1 i run into:
FSDP config
param_dtype: bf16
reduce_dtype: fp32
```
Traceback (most recent call last):
File "", line 198, in _run_mo…
-
At the end of training, a diagram like this is created:
![image](https://user-images.githubusercontent.com/57323886/166958693-47166efe-30b4-4d3c-9355-7e06e30d5808.png)
The different bars represent d…
-
### Problem
While trying to migrate my RL training codes from `legged_gym` env to `isaaclab` env, I found it difficult to access features like `height_field` in [legged_gym](https://github.com/legged…
-
### Bug description
I have a lightning module which logs the metrics `val_loss`, and a scheduler that monitors it
```python
def get_plateau_scheduler(self, optimizer):
plateau_scheduler = torc…