Navigation

    EDU LEVEL DEVTH IDE FORUM
    USERNAME
    내 정보 수정 쿠폰 관리
  • 로그아웃
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    1. Home
    2. Jordano
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Jordano

    @Jordano

    3
    Level
    0
    Reputation
    2
    Posts
    51
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Jordano Follow

    Posts made by Jordano

    • Jupyter Notebook에서 kernel이 자꾸 죽습니다.
      # Load the raw CIFAR-10 data.
      cifar10_dir = 'cs231n/datasets/cifar-10-batches-py'
      
      # Cleaning up variables to prevent loading data multiple times (which may cause memory issue)
      try:
         del X_train, y_train
         del X_test, y_test
         print('Clear previously loaded data.')
      except:
         pass
      
      X_train, y_train, X_test, y_test = load_CIFAR10(cifar10_dir)
      
      # As a sanity check, we print out the size of the training and test data.
      print('Training data shape: ', X_train.shape)
      print('Training labels shape: ', y_train.shape)
      print('Test data shape: ', X_test.shape)
      print('Test labels shape: ', y_test.shape)
      

      요 코드만 실행시키면

      The kernel appears to have died. It will restart automatically.

      라고 뜨면서 Jupyter Notebook이 종료됩니다.

      전체 데이터셋은 200MB가 약간 안되어서

      혹시 유료 플랜을 쓰면 될까 했는데 안 되네요

      해결 방법이 없을까요?

      posted in 구름IDE 관련
      Jordano
    • c++에서 주석처리 오류

      C++ 로 코딩을 할 때
      // \
      와 같은 한 줄 주석을 쓰면
      \문자는 해석되지 않아야 하는데
      그 다음 줄이 실행되지 않는 오류가 있습니다.

      posted in 구름IDE 관련
      Jordano
    • 1 / 1
    goorm
    상호 : (주)구름    대표 : 류성태    개인정보보호책임자 : 김현화
    경기 성남시 분당구 판교로 242 PDC A동 902호
    사업자등록번호 : 124-87-39200
    통신판매업신고번호 : 제2019-성남분당B-0224호
    TEL : 031-600-8586    Email : contact@goorm.io
    • 구름EDU
    • 구름LEVEL
    • 구름DEVTH
    • 구름IDE
    • 구름FORUM
    ⓒ goorm Inc. All Rights Reserved.
    채용 이용약관 개인정보처리방침 도움말 powered by nodeBB