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