Skip to content

Instantly share code, notes, and snippets.

View xsthunder's full-sized avatar
💪
working

xsthunder

💪
working
  • everywhere
View GitHub Profile
.container{
width: 500px;
display: flex;
flex-direction: column;
background: yellow;
text-align: center;
}
.container-eachline{
margin-top: 10px;
margin-bottom: 10px;
@xsthunder
xsthunder / learn-beam-search-su.py
Created March 18, 2021 01:55
su's single batch version for beam search
#!/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)