You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
backbone中定义了nn.parameter,多次尝试后参数不更新,梯度逐渐增大,但是值不变。
In the backbone, nn.Parameter was defined, but after multiple attempts, the parameter does not update. The gradient gradually increases, but the value remains unchanged.
Environment
sys.platform: linux
Python: 3.10.15 (main, Oct 3 2024, 07:27:34) [GCC 11.2.0]
CUDA available: True
MUSA available: False
numpy_random_seed: 2147483648
GPU 0,1,2,3: NVIDIA GeForce RTX 3090
CUDA_HOME: /home/cmh/anaconda3/envs/pytorch_env
NVCC: Cuda compilation tools, release 11.8, V11.8.89
GCC: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
PyTorch: 2.0.0+cu118
PyTorch compiling details: PyTorch built with:
GCC 9.3
C++ Version: 201703
Intel(R) oneAPI Math Kernel Library Version 2022.2-Product Build 20220804 for Intel(R) 64 architecture applications
Prerequisite
🐞 Describe the bug
backbone中定义了nn.parameter,多次尝试后参数不更新,梯度逐渐增大,但是值不变。
In the backbone, nn.Parameter was defined, but after multiple attempts, the parameter does not update. The gradient gradually increases, but the value remains unchanged.
Environment
sys.platform: linux
Python: 3.10.15 (main, Oct 3 2024, 07:27:34) [GCC 11.2.0]
CUDA available: True
MUSA available: False
numpy_random_seed: 2147483648
GPU 0,1,2,3: NVIDIA GeForce RTX 3090
CUDA_HOME: /home/cmh/anaconda3/envs/pytorch_env
NVCC: Cuda compilation tools, release 11.8, V11.8.89
GCC: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
PyTorch: 2.0.0+cu118
PyTorch compiling details: PyTorch built with:
TorchVision: 0.15.1+cu118
OpenCV: 4.10.0
MMEngine: 0.10.5
MMCV: 2.0.1
MMDetection: 3.0.0
MMYOLO: 0.1.2+
Additional information
No response
The text was updated successfully, but these errors were encountered: