10 2021 档案
摘要:1、tensorflow tf.string_to_hash_bucket() https://blog.csdn.net/pearl8899/article/details/107958334 2、python import hashlib id='test' bucket_size=4096 i
阅读全文
摘要:#!/usr/bin/python # coding: utf-8 import datetime ####### 字符串转日期,并增减计算 ######## behaviour_begin_date = '20210701' dt = datetime.datetime.strptime(beha
阅读全文
摘要:1、trans_array实现 select b1.item_id, b2.product_info from( select product_id as product_list from table_1 where product_id is not null and length(produc
阅读全文
摘要:https://blog.csdn.net/TeFuirnever/article/details/88880350 https://blog.csdn.net/shuzfan/article/details/79051042 获取tensor shape共有三中方式:x.shape、x.get_s
阅读全文