'2021/04/15'에 해당되는 글 3건

  1. 2021.04.15 quantization: 0.003921568859368563 * q
  2. 2021.04.15 요금제 변경 준비!
  3. 2021.04.15 인형매춘?

tflite로 변환시 unit8로 양자화 하면

분명 범위는 random으로 들어가야 해서 quantization 범위가 조금은 달라질 것으로 예상을 했는데

항상 동일한 0.003921568859368563 * q로 나와 해당 숫자로 검색을 하니

0~255 범위를 float로 정규화 하면 해당 숫자가 나온다고..

 

0.00392 * 255 = 0.9996 이 나오긴 하네?

quantization of input tensor will be close to (0.003921568859368563, 0). mean is the integer value from 0 to 255 that maps to floating point 0.0f. std_dev is 255 / (float_max - float_min). This will fix one possible problem

[링크 : https://stackoverflow.com/questions/54830869/]

[링크 : https://github.com/majidghafouri/Object-Recognition-tf-lite/issues/1]

 

+

output_format: Output file format. Currently must be {TFLITE, GRAPHVIZ_DOT}. (default TFLITE)
quantized_input_stats: Dict of strings representing input tensor names mapped to tuple of floats representing the mean and standard deviation of the training data (e.g., {"foo" : (0., 1.)}). Only need if inference_input_type is QUANTIZED_UINT8. real_input_value = (quantized_input_value - mean_value) / std_dev_value. (default {})
default_ranges_stats: Tuple of integers representing (min, max) range values for all arrays without a specified range. Intended for experimenting with quantization via "dummy quantization". (default None)
post_training_quantize: Boolean indicating whether to quantize the weights of the converted float model. Model size will be reduced and there will be latency improvements (at the cost of accuracy). (default False)

[링크 : http://man.hubwiz.com/.../python/tf/lite/TFLiteConverter.html]

 

TOCO(Tensorflow Lite Optimized Converter)

[링크 : https://junimnjw.github.io/%EA%B0%9C%EB%B0%9C/2019/08/09/tensorflow-lite-2.html]

'프로그램 사용 > yolo_tensorflow' 카테고리의 다른 글

tflite convert  (0) 2021.04.16
LSTM - Long short-term memory  (0) 2021.04.16
tflite_converter quantization  (0) 2021.04.14
tensorboard graph  (0) 2021.04.14
generate_tfrecord.py  (0) 2021.04.13
Posted by 구차니

기존에 KT LTE 23.1로 6600원 내고 쓰고 있었는데 가격이 더 내렸네

하지만 프로모션 요금이라 KT에서 KT로 갈수는 없으니

 

SK로 점프!

300분 / 300건 / 10G 라서 이전의 2.5 + 11G = 13.5GB에 비하면 많이 부족하지만..

그래도 6600원 빠지고 전화시간 300분으로 늘어나는게 어디야 ㅠㅠ

 

KT LTE egg 11G 도 없애야지!

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

고속도로 주행중 엔진 경고등  (0) 2021.04.25
이번달 교통비 폭발중  (0) 2021.04.23
야 너두 6천?  (2) 2021.04.01
arm 서버  (0) 2021.03.15
지하철 타고 오다가 쿨쿨  (0) 2021.03.10
Posted by 구차니

조선일보 1평방 침대엔 170cm 리얼돌이.. 동네로 퍼지는 '인형매춘'
강다은 기자 입력 2021. 04. 15. 03:0

[링크 : https://news.v.daum.net/v/20210415030353979]

 

매춘 - 돈을 받고 성관계를 해 줌.

[링크 : https://krdict.korean.go.kr/dicSearch/SearchView?wordMatchFlag=N...&ParaWordNo=55741...]

 

성행위 - 남자와 여자가 성기를 통하여 육체적으로 관계를 맺음.

[링크 : https://krdict.korean.go.kr/dicSearch/SearchView?wordMatchFlag=N...&ParaWordNo=85320...]

 

매춘은 돈을 받고 성행위를 하는 것이고

성행위는 남장와 여자가 성기를 통해 관계를 맺는 것이면

인형은 인간의 형상을 따랐을 뿐 성별이 없는 물건인데 그렇다면 성행위 라는 것 자체가 성립되지 않는 것 아닌가?

(이렇게 적고 보니 2d 캐릭도 인간으로 만들어 버렸던 만행이 떠오르네)

 

 

그렇다면 성행위도 아니고 유사성행위로 간주하더라도 대상 자체가 돈을 받는건 아니니

매춘이라고 하기에는 애매하지 않나? (곰은 재주 넘고 돈은 딴놈이 챙기는 ...?)

Posted by 구차니