-
I'm really lack of feature to have order history from begin (this can be trade arrow itself) to finish (cross maybe?) with dotted line from begin to end and customized text label for trade(profit/loss…
-
```
nemo 4.0.6 on Mint 19.1 Cinnamon
```
**Issue**
When you copy a lot of files to a USB drive, then immediately try to eject the drive in Nemo, first you get a "wait, don't unplug the drive …
-
I would like to have patience in the early stopping code.
As I understood it we currently stop once the loss value drops by less than `delta` compared to the last iteration. I suggest to stop if th…
-
crear un metodo para salir brake eaven, esto es agregar un metodo en el evalualte para saber si hay que salir a brake evean si si retornamos need to close, esto puedeimplicar recalcular el valor del t…
-
In your code, you don't use stop_token to compute loss, why?
-
I trained the vae for identity coeffs, but the reconstruction loss stopped decreasing at around 150.0, is it correct?
-
I have tried ordering some stocks using API. I wanted to buy above the current price so have set the price to 217 as shown below, the current price was 216.10 rs. But order executed at 216.10 rs itsel…
-
please add martingale, take profit and stop loss to. This bot for me https://drive.google.com/file/d/10BFEOv2FQiEGPlXZtRRxQ3eL2SIZ5oAZ/view?usp=drivesdk
-
I am trying to debug compute_loss function ,
In my code the loss function :
` def compute_loss(self, y_true, y_pred):
"""Compute mutlibox loss......`
Is passed to the compile functi…
-
Hello,
I met "train loss : nan, validation loss :nan“ since more traffic sign classed been added by following steps.
In file creat_pickle.py
sign_name = fields[1]
if sign_name != 'pedestra…