선생님. #10부터 1까지 2씩 감소하는 숫자를 출력 이라고 하셨는데, 당연 시험에는 나오지 않겠죠 저런 말이.. 그럼 10부터 -6까지지 2씩 감소하는 숫자를 출력 이라는게 성립 되려면 for i in range(10 : -7 : -2): print(i) 이렇게 되면 10 8 6 4 2 0 -2 -4 -6 결과값이 이렇게 나오는걸까요?
문자열 슬라이싱이 사실 쉬우면서도 실수하기에 딱 좋은 파트인듯 합니다. 좋은 강의 감사드리며, 처음에는 강의 들으면 무슨 소리인가...... 싶었는데 점점 시간이 지나고 강의를 들으면 들을수록 이해가 되고 있네요!! 선생님 강의 들으면 50점은 먹고 들어간다는 댓글을 봤었는데 꼭 50점은 먹고 들어가서 비전공자인 제가 1트에 정처기 합격 하고 멋있게 후기 남겨보겠습니다.
Master calculus 1 using Python: derivatives and applications
파이썬 튜토리얼 sympy 부분부터 듣고 있는데 해당 섹션에서 한국어 음성 부분이 아예 안 들리는 구간들이 존재하는 것 같습니다(예를 들어 Latex 입문 부분에 5:35, 6:13초 구간 등 sympy 소개 1부도 마찬가지). 혹시 다른 섹션에서도 그런지 확인이 가능할까요? 혹은 그냥 해결이 어려워 어쩔 수 없는 부분일까요?
강사님 안녕하세요! 캐글 nucleus segmentation 챌린지 코드를 runpod에서 그대로 실행하던 중, 디버깅에 몇시간 고민하고 질문드립니다. (강사님 깃헙에서 받은 그대로 실행했는데 runpod에서 에러가 발생하였습니다) 모델 학습을 위해 에포크를 돌리는 부분에서 첫번째 에포크를 다 돌기도 전에 (총 12회 예정이었음) 에러가 발생합니다. inference 직전에서요! 구글과 gpt에서 열심히 몇번 검색하며 찾아보니, 폴리곤 좌표가 pycocotools가 기대하는 형식(짝수 길이의 플랫 리스트)가 아니기 때문이라고 하는데, 해결에 어려움이 있습니다. 에러의 내용은 다음과 같이 나왔습니다. File "/content/mmdetection/mmdet/datasets/pipelines/ loading.py ", line 306, in poly2mask rles = maskUtils.frPyObjects(mask ann, img_h, img_w) File "pycocotools/_mask.pyx", line 309, in pycocotools._mask.frPyObjects Exception: input type is not supported. import os.path as osp mmcv.mkdir_or_exist(osp.abspath(cfg.work_dir)) # epochs는 config의 runner 파라미터로 지정됨. 기본 12회 train_detector(model, datasets_train, cfg, distributed=False, validate=True)
안녕하세요. 이번에 챌린지에 참석했는데요. 아래처럼 한빛 마일리지 2만점 지급이라고 되어 있는데, 강의에는 관련 내용이나 안내가 없네요. 제가 인프런에서 한빛미디어 도서로 완독챌린지를 몇번 한적이 있는데 보통 1주차에 도서 구입 인증하고, 마지막 회차에 한빛 마일리지 적립을 구글 폼을 받더라구요. 이번 강의는 그런게 없고, 별도 안내도 안되어 있습니다.
cafe24 로 호스팅을 구매하고 도메인 연결을 했어요 그런데 어드민 페이지에는 접속이 불가하고 이 사이트에 대한 연결이 안전하지 않습니다. shdiary.com 잘못된 응답을 보냈습니다. ERR_SSL_PROTOCOL_ERROR 계속 이렇게 나와요 ㅠㅠ 인증서? 도 받아지지 않습니다 HTTPS 443포트 접근 이 실패로 나와요.. 도저히 어떻게 해야할지 감이 안옵니다 ㅠㅠㅠ 어떻게 해야하나요?... 시작은 할수있는걸까요..
[!] Flutter (Channel stable, 3.24.5, on Microsoft Windows [Version 10.0.19045.6466], locale ko-KR) • Flutter version 3.24.5 on channel stable at C:\flutter ! The flutter binary is not on your path. Consider adding C:\flutter\bin to your path. ! The dart binary is not on your path. Consider adding C:\flutter\bin to your path. • Upstream repository https://github.com/flutter/flutter.git • Framework revision dec2ee5c1f (1 year, 3 months ago), 2024-11-13 11:13:06 -0800 • Engine revision a18df97ca5 • Dart version 3.5.4 • DevTools version 2.37.3 • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades. [√] Windows Version (Installed version of Windows is version 10 or higher) [X] Android toolchain - develop for Android devices X Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/to/windows-android-setup for detailed instructions). If the Android SDK has been installed to a custom location, please use `flutter config --android-sdk` to update to that location. [√] Chrome - develop for the web • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe [√] Visual Studio - develop Windows apps (Visual Studio Community 2019 16.11.2) • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community • Visual Studio Community 2019 version 16.11.31624.102 • Windows 10 SDK version 10.0.19041.0 [!] Android Studio (not installed) • Android Studio not found; download from https://developer.android.com/studio/index.html (or visit https://flutter.dev/to/windows-android-setup for detailed instructions). [√] VS Code (version 1.108.2) • VS Code at C:\Users\user\AppData\Local\Programs\Microsoft VS Code • Flutter extension can be installed from: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter [√] Connected device (3 available) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19045.6466] • Chrome (web) • chrome • web-javascript • Google Chrome 144.0.7559.133 • Edge (web) • edge • web-javascript • Microsoft Edge 144.0.3719.115 [√] Network resources • All expected network resources are available. ! Doctor found issues in 3 categories. exit code 0 여기서 Android toolchain 부분 [x] 부분인데 이거 필수로 설치 해야 되는 부분이죠?
선생님 안녕하세요. 편의적으로 연동해서 사용하는 것은 알겠지만 . Cursor와 Claude를 연동해서 사용하려고 하는데, 환경 설정 단계에서 계속 문제가 발생해서 질문드립니다. 현재 Cursor와 Claude CLI 설치, 확장 설치, 환경 변수 설정 등 여러 방법을 시도해봤는데 터미널에서 IDE 연동이 제대로 되지 않아 Cursor 내부에서는 Claude 패널이 보이긴 하지만, 터미널에서는 /ide 연결이 계속 실패하고 있어 환경 설정 단계에서 학습 진행이 멈춘 상황입니다. 그래서 질문드립니다. 강의를 진행할 때 반드시 Cursor와 Claude를 연동해서 사용해야 하는지 Cursor–Claude 연동은 나중에 익숙해진 뒤에 설정해도 괜찮은지 환경 설정에 시간이 너무 많이 소요되어 학습 진도가 전혀 나가지 않고 있어 조언 부탁드립니다. 감사합니다.