摘要: center loss 阅读全文
posted @ 2019-04-21 19:14 nowgood 阅读(1899) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-04-21 17:41 nowgood 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-04-21 15:51 nowgood 阅读(534) 评论(0) 推荐(0) 编辑
摘要: 格式化字符串时,Python使用一个字符串作为模板 。模板中有格式符 ,这些格式符为真实值预留位置,并说明真实数值应该呈现的格式。Python用一个tuple将多个值传递给模板,每个值对应一个格式符。 阅读全文
posted @ 2019-04-21 15:48 nowgood 阅读(2599) 评论(0) 推荐(0) 编辑