07 2022 档案

摘要:class WarmUpCos(keras.callbacks.Callback): def __init__(self, lr_max,lr_min, warm_step,sum_step,bat): super(WarmUpCos, self).__init__() self.lr_max = 阅读全文
posted @ 2022-07-20 00:55 山…隹 阅读(164) 评论(0) 推荐(0) 编辑
摘要:class WarmUpLineDecayScheduler(keras.callbacks.Callback): def __init__(self, lr_max,lr_min, warm_step,sum_step,bat): super(WarmUpLineDecayScheduler, s 阅读全文
posted @ 2022-07-14 19:34 山…隹 阅读(515) 评论(0) 推荐(0) 编辑
摘要:from keras_flops import get_flops model = ... # Calculae FLOPS flops = get_flops(model, batch_size=1) print(f"FLOPS: {flops / 10 ** 9:.03} G") 原文档:htt 阅读全文
posted @ 2022-07-10 20:57 山…隹 阅读(476) 评论(0) 推荐(0) 编辑
摘要:import os, sys lib_path = os.path.abspath(os.path.join('../../')) sys.path.append(lib_path) print('sys.path:',sys.path) 搜索 复制 阅读全文
posted @ 2022-07-04 17:20 山…隹 阅读(32) 评论(0) 推荐(0) 编辑
摘要:1.先安装nurse 防止screen安装报错 https://blog.csdn.net/qq_39245082/article/details/122129145?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.non 阅读全文
posted @ 2022-07-04 10:55 山…隹 阅读(665) 评论(0) 推荐(0) 编辑
摘要:https://www.bilibili.com/read/cv15170107/ 环境导出conda env export > requirements.yaml环境导入conda env create -f requirements.yaml 搜索 复制 阅读全文
posted @ 2022-07-04 10:15 山…隹 阅读(61) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示