摘要: * 用md5 ```python import hashlib _a = hashlib.md5(_model_file.encode('utf-8')).hexdigest() resource_name = f'tfmodel_{_a}.tar.gz' ``` * 不能缩短 ```python 阅读全文
posted @ 2022-08-20 00:13 bregman 阅读(53) 评论(0) 推荐(0) 编辑