일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- analyzer test
- Kafka
- TensorFlow
- API
- plugin
- matplotlib
- docker
- Python
- MySQL
- aggs
- Elasticsearch
- 900gle
- Test
- 파이썬
- ELASTIC
- aggregation
- flask
- zip 파일 암호화
- license delete
- licence delete curl
- License
- high level client
- 차트
- token filter test
- Java
- query
- zip 암호화
- springboot
- Mac
- sort
- Today
- Total
목록TensorFlow (3)
개발잡부
• 구글 텐서플로우 에이전트: https://github.com/tensorflow/agents GitHub - tensorflow/agents: TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinfo TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning. - GitHub - tensorflow/agents: TF-Agents: A reliable, scalable and easy to use T... github.com 로컬에..
나중에 다시 만들어야지.. import tensorflow as tf import tensorflow_hub as hub import numpy as np import json from flask import Flask from flask_restful import reqparse, abort, Api, Resource app = Flask(__name__) api = Api(app) filePath = "/Users/doo/project/opencv/web/src/main/resources/static/images/" tempPath = "/Users/doo/project/opencv/common/temp/" def load_img(path): img = tf.io.read_file(path) img ..
https://github.com/900gle/text-embeddings : 문장 임베딩 모델을 dense_vector 필드 유형과 결합하여 유사성 검색에 Elasticsearch 를 사용하는 방법에 대한 간단한 예 개발환경 : mac OS python3.7.9 tensorflow1.14 버전확인 pip3 -V 의존성 주입 pip3 install -r requirements.txt requirements.txt 에 보면 es 7.0.2 버전을 요구 하는데 이미 만들어 놓은 es 환경이 있으니 컨테이너를 실행 해 보자 실행 python3 src/main.py posts 인덱스 더보기 더보기 더보기 더보기 { "version":5, "mapping_version":1, "settings_version":1..