This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .container{ | |
| width: 500px; | |
| display: flex; | |
| flex-direction: column; | |
| background: yellow; | |
| text-align: center; | |
| } | |
| .container-eachline{ | |
| margin-top: 10px; | |
| margin-bottom: 10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # coding: utf-8 | |
| # # 学习 bean search | |
| # | |
| # ## ref | |
| # | |
| # [xueke.fm 束搜索](https://kexue.fm/archives/7500/comment-page-1) | |
| # | |
| # [C5W3L03 Beam Search - YouTube](https://www.youtube.com/watch?v=RLWuzLLSIgw) |
OlderNewer