Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MySQL
- type hint
- 알고리즘 스터디
- openCV
- 알고리즘스터디
- 가상환경
- Matplotlib
- 정보처리기사 c언어
- String Method
- 백준
- 프로그래머스
- 코딩테스트
- python
- javascript
- NumPy
- 알고리즘
- 노마드코딩
- dataframe
- 파이썬
- 선그래프
- Join
- programmers
- aws jupyter notebook
- queue
- 자료구조
- pandas
- Algorithm
- Stack
- Selenium
- 데이터시각화
Archives
- Today
- Total
목록tensorflowjs (1)
조금씩 꾸준히 완성을 향해
[TensorFlow.js] Keras 모델을 JavaScript로 내보내기 & tensorflow 버전 맞추기
TensorFlow.js는 웹 브라우저와 Node.js에서 기계 학습 모델을 교육하고 배포하기 위한 JavaScript 라이브러리이다. 즉, python 환경에서 학습한 tensorflow keras 모델을 JavaScript로 내보내서 사용할 수 있게 만들어 준다. 이미지 분류 프로젝트를 위해 직접 짠 CNN 모델을 tensorflow.js로 변환해 보려고 한다. pip install tensorflowjs 먼저 tensorflowjs를 설치한 후 import 하는 과정에서 에러가 발생했다. WARNING:root:TensorFlow Decision Forests 1.1.0 is compatible with the following TensorFlow Versions: ['2.11.0']. Howeve..
AI/Deep Learning
2023. 1. 9. 17:44