-
### Feature description
Currently, we can't use generic type parameters on a struct if we want to derive `Config` for it.
It would be nice if we could. Or, if it's not possible, perhaps a `pani…
-
### Issue:
https://github.com/yaojieliu/ECCV20-STDN/blob/c79f1f8c615d2b8471b3df29da881bb18dd54c90/train.py#L108
As far as I can tell the current pixel loss compares the ground truth spoof trace…
-
I'm running at Python 3.7, torch 1.6.
The training stops with no warning nor error. Only "Process finished with exit code 0"
I've tried to run it with "nohup", but it still stops at 20~30 epoches.
…
-
`Traceback (most recent call last):`
`File "tools/train.py", line 23, in `
` solver.train_model()`
` File "./solver.py", line 57, in train_model`
` new_loss, self.total_loss = self.construc…
-
Hello @andres-guarin
Please help me change the martingale settings to normal martingale of x 2.1 after every loss.
Initial stake of 0.35 and stop loss 100
I dont want any crazy multiplicati…
-
Hi,
when loss became 'nan', it stopped at pdb.set_trace():
(Pdb) l
697 return 0
698 loss = F.nll_loss(masked_inputs, masked_targets)
699 if torch.isnan(…
-
I've built my dataset up and tried to fine tune the dinov2, but it only executes one epoch per training and then ends, I'd like to know which parameter this is modifying, I'd appreciate it.
-
Thank you very much for the code you provided. I used your source code for training. At the 8th epoch, the training loss and test loss suddenly increased, causing the validation set prediction depth t…
wln19 updated
2 months ago
-
```
G38.2 - probe toward workpiece, stop on contact, signal error if failure
G38.3 - probe toward workpiece, stop on contact
G38.4 - probe away from workpiece, stop on loss of contact, …
-
Here is my example code
```
def set_slp():
holdings = robin_stocks.build_holdings()
for k in holdings:
symbol = k
quantity = float(holdings[k]['quantity'])
quantity = r…