pjjjjjj

Results 9 issues of pjjjjjj

**Describe the issue**: It started out working properly, and then suddenly the problem arose,But the first trail is still functioning ![image](https://user-images.githubusercontent.com/19700402/167284522-54e639f9-7628-4d1b-a3c3-15eead62db07.png) ![image](https://user-images.githubusercontent.com/19700402/167283952-d6abdb89-8861-489f-99f3-82b7d3fdc58a.png) **Environment**: - NNI version:2.6.1 - Training service (local|remote|pai|aml|etc):remote...

我使用的是yoloV4,训练的自己的数据集 ![image](https://user-images.githubusercontent.com/19700402/107218334-7223b900-6a4a-11eb-988c-ac0c80437326.png)

runing train_voc.py TypeError forward() takes 2 positional arguments but 11 were given File "G:\GitHub_work\Yolo-v2-pytorch\train_voc.py", line 95, in train writer.add_graph(model.cpu(), torch.rand(opt.batch_size, 3, opt.image_size, opt.image_size)) File "G:\GitHub_work\Yolo-v2-pytorch\train_voc.py", line 186, in train(opt) help...

Expected 4-dimensional input for 4-dimensional weight 64 3 7 7, but got 3-dimensional input of size [3, 448, 448] instead 增加了下面一行代码 ,出现了更多的问题。感谢感谢!!! def predict_gpu(model,image_name,root_path=''): result = [] image = cv2.imread(root_path+image_name)...

作者您好,看到源码中限制了任务的数量,必须要大于1,可以修改这里的源码,用于单任务吗 [ple源码](https://github.com/shenweichen/DeepCTR/blob/master/deepctr/models/multitask/ple.py) ` num_tasks = len(task_names) if num_tasks

question

![Snipaste_2021-03-02_21-57-11](https://user-images.githubusercontent.com/19700402/109660334-af8bea00-7ba3-11eb-9e14-8cfc3892be0c.png) 下面是我的配置 ![配置](https://user-images.githubusercontent.com/19700402/109660335-b0bd1700-7ba3-11eb-81f7-b1e55ad5dea1.png) 谢谢作者的答复

Thanks to the author for sharing, when I execute retrain, I will report an error. After checkinging the code I found that want to use the .cuda() method to move...

Hello author, I trained VisDrone dataset and loss can't fall. Can you take a look at it for me, thank you ![1111](https://user-images.githubusercontent.com/19700402/106694150-f32a1d00-6612-11eb-8a3f-86545559c920.png) train:python train.py -c 0 -p visdrone2019 --batch_size 8...