摘要: https://download.pytorch.org/whl/torch_stable.html 这里直接下换源更快 阅读全文
posted @ 2020-07-29 20:05 酸辣土豆皮 阅读(74) 评论(0) 推荐(0)
摘要: 1 def ease_out_expo(self, x): # 现在用的! 2 if x == 1: 3 return 1 4 else: 5 return 1 - pow(2, -12 * x) # 次数越高成功率越高 阅读全文
posted @ 2020-07-29 19:35 酸辣土豆皮 阅读(130) 评论(0) 推荐(0)