일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- cv2
- CV
- will not use cuDNN kernels
- Jupyter Notebook
- 오목
- 강화 학습 적용
- YOLO
- yolov8 커스텀 학습
- PYTHON
- pygame
- 강화학습
- 코딩부트캠프
- 오목 AI
- AI 오목
- TensorFlow lambda
- 국비지원교육
- Lambda Activation
- SentenceBERT
- nlp
- yolov8
- Image Cosine Similarity
- tf.keras.layers.lambda
- 프로그래머스데브코스
- object detection
- yolov8 load weights
- Actor Critic
- cuDNN WARNING
- yolo webcam
- 바둑판 만들기
- reinforcement learning
Archives
- Today
- Total
목록바둑판 (1)
Silinu's AI Study

환경 : Window, Python 3.9, Jupyter notebook(Anaconda 설치된 상태), GPU 환경 바둑판 만들기 pygame 모듈 설치하기 pygame을 활용한 바둑판 만들기 1. pygame install conda install pygame 위 코드로 Anaconda 가상 환경에서 설치하려고 시도했을 때 아예 깔리지 않았다. conda install -c conda-forge pygame 위 코드를 사용하여 Anaconda 가상 환경에서 깔려고 시도했을 때 설치하는 시간이 오래 걸리고, 현재 환경과 충돌이 일어났다는 메세지를 받았다. 그리고 jupyter notebook 환경에서 import가 되지 않았다. pip install pygame 결국 3번을 Anaconda 가상 환경..
Project/AI Gomoku
2023. 11. 11. 23:59