ValueError: assignment destination is read-only

2025. 2. 10. 15:03·Error Note
728x90
반응형

- 전체 에러 문구   

ValueError: assignment destination is read-only

 

numpy 행렬의 값을 변경하려고 할 때 발생하는 에러입니다.

 

 

- 해결방법  

아래처럼 ori_np.setflags(write=1) 로 속성을 변경해주면 됩니다.

ori_np=ori_np.copy()
ori_np.setflags(write=1)

 

 

 

728x90
반응형
저작자표시 (새창열림)

'Error Note' 카테고리의 다른 글

[OpenCV] error: (-215:Assertion failed) cn == CV_MAT_CN(dstType) && ddepth >= sdepth in function 'getLinearFilter'  (0) 2025.03.17
Missing key(s) in state_dict: "clip_model.vision_tower.vision_model.embeddings.position_ids".  (0) 2024.12.12
TypeError: load_checkpoint_and_dispatch() got an unexpected keyword argument 'force_hooks'  (0) 2024.11.29
ncclInvalidArgument: Invalid value for an argument.  (1) 2024.09.20
ValueError: Cannot load <class 'diffusers.models.controlnet.ControlNetModel'> from / because the following keys are missing: Please make sure to pass `low_cpu_mem_usage=False` and `device_map=None` if you want to randomly initialize those weights or else  (1) 2024.08.13
'Error Note' 카테고리의 다른 글
  • [OpenCV] error: (-215:Assertion failed) cn == CV_MAT_CN(dstType) && ddepth >= sdepth in function 'getLinearFilter'
  • Missing key(s) in state_dict: "clip_model.vision_tower.vision_model.embeddings.position_ids".
  • TypeError: load_checkpoint_and_dispatch() got an unexpected keyword argument 'force_hooks'
  • ncclInvalidArgument: Invalid value for an argument.
ga.0_0.ga
ga.0_0.ga
    반응형
    250x250
  • ga.0_0.ga
    ##뚝딱뚝딱 딥러닝##
    ga.0_0.ga
  • 전체
    오늘
    어제
    • 분류 전체보기 (181)
      • Paper Review (51)
        • Video Scene Graph Generation (6)
        • Image Scene Graph Generation (18)
        • Graph Model (5)
        • Key Information Extraction (4)
        • Fake Detection (2)
        • Text to Image (1)
        • Diffusion Personalization (4)
        • etc (11)
      • AI Research (49)
        • Deep Learning (30)
        • Artificial Intelligence (15)
        • Data Analysis (4)
      • Pytorch (10)
      • ONNX (5)
      • OpenCV (2)
      • Error Note (34)
      • Linux (2)
      • Docker (3)
      • Etc (7)
      • My Study (16)
        • Algorithm (10)
        • Project (4)
        • Interview (2)
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
  • 링크

  • 공지사항

  • 인기 글

  • 태그

    Inductive bias
    dataset
    fine tuning
    GCN
    정규화
    pytorch
    나이브 베이즈 분류
    HRNet
    contiguous
    torch.nn
    차원의 저주
    활성화 함수
    tensorflow
    dataloader
    Logistic regression
    그래프신경망
    i3d
    TypeError
    Activation Function
    forch.nn.functional
    JNI
    3dinput
    linear regression
    ONNX
    permute
    RuntimeError
    pandas
    오차 역전파
    알고리즘
    transformer
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.0
ga.0_0.ga
ValueError: assignment destination is read-only
상단으로

티스토리툴바