上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 42 下一页
摘要: #include<iostream> #include<string.h> #define maxn 1005 using namespace std; int a[maxn]; int main(){ int n,k,first = 1; memset(a,0,sizeof(a)); scanf( 阅读全文
posted @ 2021-11-02 15:51 智人心 阅读(51) 评论(0) 推荐(0)
摘要: pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html 阅读全文
posted @ 2021-10-10 22:36 智人心 阅读(124) 评论(0) 推荐(0)
摘要: dtype=torch.float32 阅读全文
posted @ 2021-10-03 21:29 智人心 阅读(69) 评论(0) 推荐(0)
摘要: tensorboard --logdir=logs --port=6007 阅读全文
posted @ 2021-09-27 09:51 智人心 阅读(42) 评论(0) 推荐(0)
摘要: vim ~/.bashrc export KALDI_ROOT=/your/path source ~/.bashrc 阅读全文
posted @ 2021-09-26 11:34 智人心 阅读(49) 评论(0) 推荐(0)
摘要: --no-check-certificate 阅读全文
posted @ 2021-09-23 10:33 智人心 阅读(57) 评论(0) 推荐(0)
摘要: DecodableInterface<-DecodableAmDiagGmmUnmapped<-DecodableAmDiagGmmScaled DecodableAmDiagGmmScaled: gmmbin/gmm-decode-simple.cc DecodableAmDiagGmmUnmap 阅读全文
posted @ 2021-09-21 19:00 智人心 阅读(114) 评论(0) 推荐(0)
摘要: vim ~/.vimrc set nu #显示行号 阅读全文
posted @ 2021-09-14 19:20 智人心 阅读(29) 评论(0) 推荐(0)
摘要: version control with git(Undone) 阅读全文
posted @ 2021-09-14 14:43 智人心 阅读(65) 评论(0) 推荐(0)
摘要: void SimpleDecoder::ProcessEmitting(DecodableInterface *decodable) { int32 frame = num_frames_decoded_; // Processes emitting arcs for one frame. Prop 阅读全文
posted @ 2021-09-11 13:31 智人心 阅读(145) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 42 下一页