일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Python
- zip 암호화
- aggs
- matplotlib
- 차트
- 900gle
- Kafka
- API
- high level client
- license delete
- plugin
- Java
- zip 파일 암호화
- Mac
- analyzer test
- query
- 파이썬
- Elasticsearch
- ELASTIC
- aggregation
- flask
- Test
- License
- sort
- TensorFlow
- token filter test
- licence delete curl
- docker
- springboot
Archives
- Today
- Total
개발잡부
RNN 본문
반응형
conda create --name "tesla" python="3.7"
- python=3.7
The following NEW packages will be INSTALLED:
ca-certificates pkgs/main/osx-64::ca-certificates-2021.10.26-hecd8cb5_2
certifi pkgs/main/osx-64::certifi-2021.10.8-py37hecd8cb5_0
libcxx pkgs/main/osx-64::libcxx-12.0.0-h2f01273_0
libffi pkgs/main/osx-64::libffi-3.3-hb1e8313_2
ncurses pkgs/main/osx-64::ncurses-6.3-hca72f7f_2
openssl pkgs/main/osx-64::openssl-1.1.1l-h9ed2024_0
pip pkgs/main/osx-64::pip-21.2.2-py37hecd8cb5_0
python pkgs/main/osx-64::python-3.7.11-h88f2d9e_0
readline pkgs/main/osx-64::readline-8.1-h9ed2024_0
setuptools pkgs/main/osx-64::setuptools-58.0.4-py37hecd8cb5_0
sqlite pkgs/main/osx-64::sqlite-3.37.0-h707629a_0
tk pkgs/main/osx-64::tk-8.6.11-h7bc2e8c_0
wheel pkgs/main/noarch::wheel-0.37.0-pyhd3eb1b0_1
xz pkgs/main/osx-64::xz-5.2.5-h1de35cc_0
zlib pkgs/main/osx-64::zlib-1.2.11-h4dc903c_4
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate tesla
#
# To deactivate an active environment, use
#
# $ conda deactivate
반응형
'Python > RNN' 카테고리의 다른 글
[tf] 유사성 측정 (0) | 2022.08.21 |
---|---|
[tf] RNN을 사용한 텍스트 분류 (0) | 2022.08.17 |
[tf] rnn project (1) | 2022.07.10 |
Comments