Xiangru's Blog


  • 博客首页

  • 文章分类

  • 关于

  • 文章归档

  • 文章标签

  • 导航

  • team

GroupStudy-Classification and NN

发表于 2018-10-18 |

我用心准备了,即便没意义

阅读全文 »

lawchallenge

发表于 2018-10-12 |

第一届法研杯

阅读全文 »

Summarization

发表于 2018-10-03 |

一些摘要paper的笔记

阅读全文 »

download-scp

发表于 2018-10-02 |

1.

1
tar -zcvf 58.tar.gz xsum-raw-downloads1 --remove-files

2.

1
split -b 570M -d -a 1 54.tar.gz 54.tar.gz.

3.

1
scp -P 2333 54.tar.gz.1 fzx@s.eecser.com:~/

4.

crtl+z

5.

1
bg %1

6.

1
disown -h %1

7.

1
cat 56.tar.gz.* | tar -zxv

8.

1
find ./xsum-raw-downloads2/ -type f -name '*.html' -exec mv {} ~/XSum-Dataset/xsum-raw-downloads/. \;

挑战杯-智能新闻

发表于 2018-07-13 |

2018第三学期

阅读全文 »

机试准备for 2019

发表于 2018-07-11 |

北大2018机试

阅读全文 »

socks5-Git代理

发表于 2018-07-04 |

全局代理,写入配置

‘’’
git config –global http.proxy ‘socks5://127.0.0.1:1086’
git config –global https.proxy ‘socks5://127.0.0.1:1086’
‘’’

清除配置

‘’’
git config –global –unset http.proxy
git config –global –unset https.proxy
‘’’

临时代理

‘’’
ALL_PROXY=socks5://127.0.0.1:8888 git clone https://github.com/some/one.git
‘’’

暑期工作icst

发表于 2018-06-30 |

多轮对话:should have Better objective functions and evaluation metrics

阅读全文 »

Question Generation

发表于 2018-03-07 |

nlpcc2018

阅读全文 »

nlpcc2018好友推荐评测

发表于 2018-02-26 |

(会持续更新,作为nlpcc2018的笔记

阅读全文 »
1234…9
Xiangru

Xiangru

Never Let Your Fear Decide Your Future

89 日志
© 2019 Xiangru