Secure Sockets Layer(安全套接字层)技术上已经被弃用,只是习惯上仍如此称呼,现在用的技术是更高效有效的Transport Layer Security(TLS,传输层安全)。本文除了分析协议全过程外还涉及证书申请和证书内容、加密算法和哈希算法。
Secure Sockets Layer(安全套接字层)技术上已经被弃用,只是习惯上仍如此称呼,现在用的技术是更高效有效的Transport Layer Security(TLS,传输层安全)。本文除了分析协议全过程外还涉及证书申请和证书内容、加密算法和哈希算法。
Data parallelism is a way to process multiple data batches across multiple devices simultaneously to achieve better performance. In PyTorch, the DistributedSampler ensures each device gets a non-overlapping input batch. The model is replicated on all the devices; each replica calculates gradients and simultaneously synchronizes with the others using the ring all-reduce algorithm(梯度在設備間環狀傳遞、求和、更新).
Gym 是 OpenAI 做的 RL tasks 模拟库 (虽然 Play Atari w/ Deep RL 等都是 Deepmind 发的),比如 CartPole, Robot Locomotion, Atari 2600 都有模拟。除了 Python 外在 C++ 也实现了此 API。
其中 ALE (Arcade-Learning-Environment) 是 Atari 2600 part,stable-baselines3 在这个模拟库的逻辑之上实现 RL 经典算法。
两年没看论文,实在难以专注,写笔记更有劲。
文章里的大部分术语都能在cs231n筆記里找到解释。
Update your browser to view this website correctly. Update my browser now