aojue1109

Results 3 issues of aojue1109

Executing code loading deep learning model has the following error `from auto_ml.utils_models import load_ml_model `trained_ml_pipeline = load_ml_model("auto_ml_saved_pipeline.dill") `trained_ml_pipeline.predict(data)` An error occurred: Traceback (most recent call last): File "/root/situ/automl/ctest.py", line 48,...

First time try with Hyperas. I get an error: object of type 'NoneType' has no len() at trials=Trials() in the optim.minimize(...) call. Not sure what this means. I am trying...

1.您好,我在测试test.py过程中发现DAVIS_dataset = RTTestDataset(dataset, 2, 384, int(384 * 1.75)),其中的dataset不知道如何组织; 2.查看RTTestDataset参数含义发现dataset为以下形式pathes使用: for path in pathes: file = sorted(os.listdir(os.path.join(path, "img"))) for i in file: self.img_list.append(os.path.join(path, "img", i)) self.label_list.append(os.path.join(path, "label", i[:-3] + "png")) self.fwflow_list.append(os.path.join(path,...