kimhy365
@kimhy3651444
Reviews Written
1
Average Rating
5.0
Posts
Q&A
MMCV ์๋์ฐ ์ค์น ๊ฐ๋ฅํ๊ฐ์?
์ํ์ ๋ฉ๋๋ค
- 1
- 3
- 1.2K
Q&A
MMCV ์๋์ฐ ์ค์น ๊ฐ๋ฅํ๊ฐ์?
์๋ ํ์ธ์? ์ ์๋. ๋ฆฌ๋ ์ค์์ MMCV ์ค์นํ๋ค๊ฐ ๊ฐ์๊ธฐ Linux ์ค๋ฅ๊ฐ ์๊ฒจ ์ต๊ทผ์ ์ ์๋์ด ์๋ก ์ฌ๋ฆฌ์ ๋ฐฉ์์ผ๋ก (torch๋ฒ์ , cu๋ฒ์ ...) ์๋์ฐ 10์์ ๋ค์ ์ค์นํด๋ดค๋๋ฐ, ์ฑ๊ณตํ์ต๋๋ค. ๊ทผ๋ฐ, ์์ง ๋ฌธ์ ๋ ์๋๋ฐ, ์ด๋ฐ ๋ฉ์์ง๊ฐ ๋ ์ ํด๊ฒฐ๋ฐฉ๋ฒ์ ์ด์ญ์ต๋๋ค. (mmcv-full์ ์ค์น๋์ด ์์ต๋๋ค) ----------------------------------------------------------------- C:\ProgramData\Anaconda3\lib\site-packages\mmcv\cnn\bricks\transformer.py:28: UserWarning: Fail to import ``MultiScaleDeformableAttention`` from ``mmcv.ops.multi_scale_deform_attn``, You should install ``mmcv-full`` if you need this module. warnings.warn('Fail to import ``MultiScaleDeformableAttention`` from ' C:\ProgramData\Anaconda3\lib\site-packages\mmdet\models\utils\transformer.py:26: UserWarning: `MultiScaleDeformableAttention` in MMCV has been moved to `mmcv.ops.multi_scale_deform_attn`, please update your MMCV warnings.warn( C:\ProgramData\Anaconda3\lib\site-packages\mmdet\models\utils\transformer.py:26: UserWarning: `MultiScaleDeformableAttention` in MMCV has been moved to `mmcv.ops.multi_scale_deform_attn`, please update your MMCV warnings.warn( C:\ProgramData\Anaconda3\lib\site-packages\mmdet\models\utils\transformer.py:26: UserWarning: `MultiScaleDeformableAttention` in MMCV has been moved to `mmcv.ops.multi_scale_deform_attn`, please update your MMCV warnings.warn( C:\ProgramData\Anaconda3\lib\site-packages\mmdet\models\utils\transformer.py:26: UserWarning: `MultiScaleDeformableAttention` in MMCV has been moved to `mmcv.ops.multi_scale_deform_attn`, please update your MMCV warnings.warn( Use load_from_local loader C:\ProgramData\Anaconda3\lib\site-packages\torch\nn\functional.py:718: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at ..\c10/core/TensorImpl.h:1156.) return torch.max_pool2d(input, kernel_size, stride, padding, dilation, ceil_mode) -------------------------------------------------------------------------------------- ์ ์๋, ํํธ๋ผ๋ ์ฃผ์๋ฉด ๊ฐ์ฌํฉ๋๋ค.
- 1
- 3
- 1.2K




