登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
程序开发
>
图像处理
&&
人工智能
>
AI-人工智能
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
25
Star
246
Fork
100
PaddlePaddle
/
PaddleSeg
代码
Issues
36
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
FacalLoss
待办的
#I4V6KK
邓杰
创建于
2022-02-24 23:20
使用FacalLoss报错 (eiseg) E:\paddle-seg2021-release-2.3>python train.py --config configs/ocrnet/ocrnet.yml --do_eval --use_vdl --save_interval 500 --save_dir data/result/FocalLoss 'C:\Program' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 2022-02-24 23:32:21 [INFO] ------------Environment Information------------- platform: Windows-10-10.0.18362-SP0 Python: 3.9.7 (default, Sep 16 2021, 16:59:28) [MSC v.1916 64 bit (AMD64)] Paddle compiled with cuda: True NVCC: Not Available cudnn: 8.1 GPUs used: 1 CUDA_VISIBLE_DEVICES: None GPU: ['GPU 0: NVIDIA GeForce'] PaddlePaddle: 2.2.1 OpenCV: 4.5.5 ------------------------------------------------ 2022-02-24 23:32:21 [INFO] ---------------Config Information--------------- batch_size: 24 iters: 30000 loss: coef: - 1 - 0.4 types: - ignore_index: 255 type: FocalLoss - ignore_index: 255 type: FocalLoss lr_scheduler: end_lr: 0 learning_rate: 0.01 power: 0.9 type: PolynomialDecay model: backbone: pretrained: https://bj.bcebos.com/paddleseg/dygraph/hrnet_w18_ssld.tar.gz type: HRNet_W18 backbone_indices: - 0 num_classes: 3 type: OCRNet optimizer: momentum: 0.9 type: sgd weight_decay: 4.0e-05 train_dataset: dataset_root: data/PST_o mode: train num_classes: 3 train_path: data/PST_o/train.txt transforms: - max_scale_factor: 2.0 min_scale_factor: 0.5 scale_step_size: 0.25 type: ResizeStepScaling - crop_size: - 256 - 256 type: RandomPaddingCrop - type: RandomHorizontalFlip - brightness_range: 0.4 contrast_range: 0.4 saturation_range: 0.4 type: RandomDistort - type: Normalize type: Dataset val_dataset: dataset_root: data/PST_o mode: val num_classes: 3 transforms: - type: Normalize type: Dataset val_path: data/PST_o/test.txt ------------------------------------------------ W0224 23:32:22.033726 10520 device_context.cc:447] Please NOTE: device: 0, GPU Compute Capability: 7.5, Driver API Version: 11.4, Runtime API Version: 11.2 W0224 23:32:22.033726 10520 device_context.cc:465] device: 0, cuDNN Version: 8.1. W0224 23:32:23.331287 10520 device_context.h:397] WARNING: device: 0. The installed Paddle is compiled with CUDNN 8.2, but CUDNN version in your machine is 8.1, which may cause serious incompatible bug. Please recompile or reinstall Paddle with compatible CUDNN version. 2022-02-24 23:32:24 [INFO] Loading pretrained model from https://bj.bcebos.com/paddleseg/dygraph/hrnet_w18_ssld.tar.gz 2022-02-24 23:32:25 [INFO] There are 1525/1525 variables loaded into HRNet. C:\ProgramData\Anaconda3\envs\eiseg\lib\site-packages\paddle\nn\layer\norm.py:652: UserWarning: When training, we now always track global mean and variance. warnings.warn( Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Traceback (most recent call last): File "E:\paddle-seg2021-release-2.3\train.py", line 198, in <module> main(args) File "E:\paddle-seg2021-release-2.3\train.py", line 176, in main train( File "E:\paddle-seg2021-release-2.3\paddleseg\core\train.py", line 198, in train loss.backward() File "C:\ProgramData\Anaconda3\envs\eiseg\lib\site-packages\decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "C:\ProgramData\Anaconda3\envs\eiseg\lib\site-packages\paddle\fluid\wrapped_decorator.py", line 25, in __impl__ return wrapped_func(*args, **kwargs) File "C:\ProgramData\Anaconda3\envs\eiseg\lib\site-packages\paddle\fluid\framework.py", line 229, in __impl__ return func(*args, **kwargs) File "C:\ProgramData\Anaconda3\envs\eiseg\lib\site-packages\paddle\fluid\dygraph\varbase_patch_methods.py", line 248, in backward core.dygraph_run_backward([self], [grad_tensor], retain_graph, OSError: (External) CUDA error(719), unspecified launch failure. [Hint: 'cudaErrorLaunchFailure'. An exception occurred on the device while executing a kernel. Common causes include dereferencing an invalid device pointerand accessing out of bounds shared memory. Less common cases can be system specific - more information about these cases canbe found in the system specific user guide. This leaves the process in an inconsistent state and any further CUDA work willreturn the same error. To continue using CUDA, the process must be terminated and relaunched.] (at ..\paddle\fluid\platform\gpu_info.cc:493)
使用FacalLoss报错 (eiseg) E:\paddle-seg2021-release-2.3>python train.py --config configs/ocrnet/ocrnet.yml --do_eval --use_vdl --save_interval 500 --save_dir data/result/FocalLoss 'C:\Program' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 2022-02-24 23:32:21 [INFO] ------------Environment Information------------- platform: Windows-10-10.0.18362-SP0 Python: 3.9.7 (default, Sep 16 2021, 16:59:28) [MSC v.1916 64 bit (AMD64)] Paddle compiled with cuda: True NVCC: Not Available cudnn: 8.1 GPUs used: 1 CUDA_VISIBLE_DEVICES: None GPU: ['GPU 0: NVIDIA GeForce'] PaddlePaddle: 2.2.1 OpenCV: 4.5.5 ------------------------------------------------ 2022-02-24 23:32:21 [INFO] ---------------Config Information--------------- batch_size: 24 iters: 30000 loss: coef: - 1 - 0.4 types: - ignore_index: 255 type: FocalLoss - ignore_index: 255 type: FocalLoss lr_scheduler: end_lr: 0 learning_rate: 0.01 power: 0.9 type: PolynomialDecay model: backbone: pretrained: https://bj.bcebos.com/paddleseg/dygraph/hrnet_w18_ssld.tar.gz type: HRNet_W18 backbone_indices: - 0 num_classes: 3 type: OCRNet optimizer: momentum: 0.9 type: sgd weight_decay: 4.0e-05 train_dataset: dataset_root: data/PST_o mode: train num_classes: 3 train_path: data/PST_o/train.txt transforms: - max_scale_factor: 2.0 min_scale_factor: 0.5 scale_step_size: 0.25 type: ResizeStepScaling - crop_size: - 256 - 256 type: RandomPaddingCrop - type: RandomHorizontalFlip - brightness_range: 0.4 contrast_range: 0.4 saturation_range: 0.4 type: RandomDistort - type: Normalize type: Dataset val_dataset: dataset_root: data/PST_o mode: val num_classes: 3 transforms: - type: Normalize type: Dataset val_path: data/PST_o/test.txt ------------------------------------------------ W0224 23:32:22.033726 10520 device_context.cc:447] Please NOTE: device: 0, GPU Compute Capability: 7.5, Driver API Version: 11.4, Runtime API Version: 11.2 W0224 23:32:22.033726 10520 device_context.cc:465] device: 0, cuDNN Version: 8.1. W0224 23:32:23.331287 10520 device_context.h:397] WARNING: device: 0. The installed Paddle is compiled with CUDNN 8.2, but CUDNN version in your machine is 8.1, which may cause serious incompatible bug. Please recompile or reinstall Paddle with compatible CUDNN version. 2022-02-24 23:32:24 [INFO] Loading pretrained model from https://bj.bcebos.com/paddleseg/dygraph/hrnet_w18_ssld.tar.gz 2022-02-24 23:32:25 [INFO] There are 1525/1525 variables loaded into HRNet. C:\ProgramData\Anaconda3\envs\eiseg\lib\site-packages\paddle\nn\layer\norm.py:652: UserWarning: When training, we now always track global mean and variance. warnings.warn( Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Error: ../paddle/fluid/operators/gather.cu.h:62 Assertion `index_value >= 0 && index_value < input_dims[j]` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be less than [3] and greater than or equal to 0, but received [0] Traceback (most recent call last): File "E:\paddle-seg2021-release-2.3\train.py", line 198, in <module> main(args) File "E:\paddle-seg2021-release-2.3\train.py", line 176, in main train( File "E:\paddle-seg2021-release-2.3\paddleseg\core\train.py", line 198, in train loss.backward() File "C:\ProgramData\Anaconda3\envs\eiseg\lib\site-packages\decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "C:\ProgramData\Anaconda3\envs\eiseg\lib\site-packages\paddle\fluid\wrapped_decorator.py", line 25, in __impl__ return wrapped_func(*args, **kwargs) File "C:\ProgramData\Anaconda3\envs\eiseg\lib\site-packages\paddle\fluid\framework.py", line 229, in __impl__ return func(*args, **kwargs) File "C:\ProgramData\Anaconda3\envs\eiseg\lib\site-packages\paddle\fluid\dygraph\varbase_patch_methods.py", line 248, in backward core.dygraph_run_backward([self], [grad_tensor], retain_graph, OSError: (External) CUDA error(719), unspecified launch failure. [Hint: 'cudaErrorLaunchFailure'. An exception occurred on the device while executing a kernel. Common causes include dereferencing an invalid device pointerand accessing out of bounds shared memory. Less common cases can be system specific - more information about these cases canbe found in the system specific user guide. This leaves the process in an inconsistent state and any further CUDA work willreturn the same error. To continue using CUDA, the process must be terminated and relaunched.] (at ..\paddle\fluid\platform\gpu_info.cc:493)
评论 (
0
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已关闭
负责人
未设置
标签
未设置
标签管理
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (36)
标签 (21)
release/2.10
develop
dependabot/pip/test_tipc/opencv-python-4.8.1.78
release/2.8.1
release/2.9.1
release/2.9
npu_cann8.0
release/2.5
shiyutang-patch-1
release/2.8
release/2.7
release/2.4
release/2.6
shiyutang-patch-2
shiyutang-patch-3
benchmark
juncaipeng-patch-1
release/2.3
michaelowenliu-patch-1
revert-1475-pr_branch
release/2.2
release/2.1
release/v2.0
release/v2.0.0-rc
research
release/v0.8.0
release/v0.7.0
release/v0.6.0
release/v0.5.0
dygraph
release/v0.4.0
refactor
release/v0.3.0
release/v0.2.0
python_inference
release/v0.1.0
v2.10.0
v2.9.1
v2.9.0
v2.8.0
v2.7.0
v2.6.0
v2.5
v2.4
v2.3.0
v2.2.0
v2.1.0
v2.0.0
v2.0.0-rc0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(1)
Python
1
https://gitee.com/paddlepaddle/PaddleSeg.git
git@gitee.com:paddlepaddle/PaddleSeg.git
paddlepaddle
PaddleSeg
PaddleSeg
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册