cnr0724
cnr0724
#### The `slack_bolt` version slack-bolt==1.13.0 slack-sdk==3.15.2 slacker==0.14.0 slackeventsapi==3.0.1 #### Python runtime version Python 3.8.8 #### OS info Ubuntu-20.04.1 #### Steps to reproduce: (Share the commands to run, source code, and...
``` ---------------------------------------------------------------------- | Pelee Training Program | ---------------------------------------------------------------------- free(): invalid pointer Aborted (core dumped) ``` This happens when I try to train the Pelee on custom dataset (VOC format). I...
```num_samples=1 figsize=(9,6) lowest_q,low_q,high_q,highest_q=0.01,0.1,0.9,0.99 quantiles = [ 0.01, 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.4, 0.5, 0.6, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 0.99, ] input_chunk_length = 1 forecast_horizon = 1...
1. Why is cross validation not used on mmpose keypoint detection? Is there a specific reason to use limited image sets as a validation set? 2. If it is okay...