Shaun
Shaun
@huwilerp yeah,i met the same problem. It seems a bug.
@0xIn7rud3r I tired this way,but it semms not helpful,it still doesn't work.
网络配置: ``` architecture: CascadeRCNN pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ResNet50_cos_pretrained.pdparams CascadeRCNN: backbone: ResNet neck: FPN rpn_head: RPNHead bbox_head: CascadeHead # post process bbox_post_process: BBoxPostProcess ResNet: # index 0 stands for res2 depth: 50 norm_type:...
已定位问题,在gitee上的代码没有 #6927
> try this one, https://pastebin.com/raw/JxsnSFCE I tried and i meet this also the numpy's version should be 1.14.1~ Traceback (most recent call last): File "JxsnSFCE", line 10, in import utils...
可以试着打开mysql的慢查询记录,并试着查看相关log
After update the code, I got this error: ``` Traceback (most recent call last): File "main.py", line 89, in main(args) File "main.py", line 55, in main limit_train_batches=50 if hparams.test_run else...
@lyuwenyu Hi, CI 似乎卡住了,尝试手动触发了两次也是超时无法完成
Works fine here for me ``` python from autogluon.tabular import TabularDataset, TabularPredictor data_url = 'https://raw.githubusercontent.com/mli/ag-docs/main/knot_theory/' train_data = TabularDataset(f'{data_url}train.csv') train_data.head() label = 'signature' eval_metric = "log_loss" presets = ['medium_quality', {'excluded_model_types':['GBM','XGB','CAT','FASTAI','KNN']}] predictor...