- 博客(2)
- 收藏
- 关注
原创 tf_bert convert to pytorch_bert
Update for latest transformers, add modeling_bert.py:116: if name in ['output_weights', 'output_bias']: name = 'classifier/' + name and convert_bert_original_tf_checkpoint_to_pytorch.py config.num_labels = 1089 # 微调的标签个数,由自身微调的bert决定 print(f"Building
2021-06-19 14:11:42 109
原创 CCF碰撞的小球
#include<bits/stdc++.h> using namespace std; struct node{ int pos; int dir; }; int main(){ int n,l,t; cin>>n>>l>>t; vector<node> nodes(n); for(int i=0;i<n;i++){ ...
2020-03-03 17:16:22 106
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人