-
Hi
I did train the model and I got training loss and validation for each epoch among training like bellow:
....
Epoch 150 |Iter 81200 |Loss 0.03061891
Epoch 150 |Iter 81300 |Loss 0.031306103
Epoc…
-
Whenever I open the game, the SEGA logo, as well as the title and opening cutscene repeatedly flash on screen. I'm not sure exactly what is causing it but it makes the game unplayable as the flashing …
-
I have gone into the "NewOrder" class and added a constructor which takes the parameter "stopPrice".
` public NewOrder(String symbol, OrderSide side, OrderType type, TimeInForce timeInForce, Strin…
-
Hello, the code you wrote is very good. When I used to train my own dataset, the following problems occurred. My dataset was only one class and the number of pictures was 1000, and the training pre-tr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When I order a `MarketOrderRequest` with `client_order_id`, it seems to be ignored.
Im…
-
**Is your feature request related to a problem? Please describe.**
As a system, it would be great to support orders with nested legs which allows the user to place a chain of orders in one endpoint c…
-
###
OS: Ubuntu
Programming Language version: python: Python 3.10.6
CCXT version: CCXT Version: 3.1.40
I tried **edit_order** but it's not working.
```
try:
params = {
# "sto…
19bk updated
7 months ago
-
the loss is reduce to 0 when step 170 , but it don't stop,
i pressed 'ctrl+c' breaked it, then try to eval and recognize,
but the result of recognize is so bad,
can i break the train when loss e…
-
For calibrate, a nice intermediate result is the current loss.
For optimize, would a duality gap or optimal value be a useful intermediate value? @anirban-chaudhuri what would make sense as input…
-
Could you plese tell me when will the training step stops? I can't set the steps myself, will it stops ubtil the loss lower than some number,can you tell me what the number is?