반응형
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
- unittest
- jest
- ReactNative
- 오블완
- build
- 센토스
- 네트워크
- 티스토리챌린지
- 리눅스
- xcode
- node
- react
- IOS
- linux
- 맥
- 개발
- centos
- vsCode
- TensorFlow
- VirtualBox
- qunit
- MAC
- Android
- androidstudio
- webpack
- Chrome
- MachineLearning
- PYTHON
- localserver
Archives
- Today
- Total
목록idle (1)
로메오의 블로그

[카테고리] TENSORFLOW tensorflow설치하기 $ pip3 install tensorflow 설치확인 $ pip3 show tensorflow Name: tensorflow Version: 2.0.0 Summary: TensorFlow is an open source machine learning framework for everyone. ..... python idle 실행하기 응용프로그램 > Python 3.7 > IDLE.app 을 실행합니다. File > New File을 실행합니다. import tensorflow as tf hello = tf.constant("hello world!") session = tf.compat.v1.Session() print(session.run(he..
Backend/Python & Blockchain
2019. 6. 26. 03:22