-
Hi,
First - many thanks for creating such a great library!
I have a model that I have created using the Keras functional API:
```
early_stop = EarlyStopping(monitor = 'val_loss',
…
cmp1 updated
11 months ago
-
### Versions
```
OS: Mac, Linux
Python: 3.7.5
krakenex: 2.1.0
```
### What are you trying to achieve?
Place buy 'limit' order with a closing 'stop-loss-profit' order.
``` python
# co…
-
# Introduction
Often check for Internet failure, when fails, the script will temporarily stop until checkers giving **go** signal. This helps to prevent result losses as well maintain a stable scan.
…
-
panprog
Medium
# `MultiInvoker` and `Manager` orders execution can be DOS in key moments if AAVE/Compound utilization is at 100%
**Summary**
Perennial contracts rely on the `DSU` token, which is e…
-
**What happened?**
We found that when we specify bad values for the field `spec.nodeAffinityLabels`, we later cannot modify it to correct the statefulSet, and the statefulSet is stuck with the inco…
-
Right now we assess early stopping using the total loss, and we have a hard stop at 1k epochs.
ARD takes a long time to converge... longer than most of the model.
We might consider setting up a …
-
![image](https://user-images.githubusercontent.com/9282270/37036446-eb39f5a6-2179-11e8-8e00-faf6f3826fdf.png)
Buy order filled it buys good but during sale it places sale order and showing this w…
msmmi updated
6 years ago
-
D:\ProgramData\Anaconda3\lib\site-packages\paddlex\cv\models\hrnet.py in train(self, num_epochs, train_dataset, train_batch_size, eval_dataset, save_interval_epochs, log_interval_steps, save_dir, pret…
-
Hi all,
I have a question regarding the configuration of SSD.
An interesting task for me is to fine-tuning the SSD_mobilenet_v1_coco_2017_11_17 with [Bosch small traffic light dataset](https://hci…
-
Congratulations to the authors on this excellent work.
I'd like to pretrain my own XLNet models. Then, I plan to do some NAS / design space exploration on models similar to XLNet.
My question is…