Go for it
08
31
30
29
28
25
21
ChatGPT ChatGPT
ChatGPT GPT (Generative Pre-training Transformer)是一种大型语言模型,能够生成各种不同的文本类型。官方论文 https://openai.com/blog/chatgpt GPT系列模型的
2023-08-21
17
16
10-shell 10-shell
Shell 变量在 Shell 脚本中,定义变量直接赋值即可,使用变量时需要在变量名前加美元符号$,注意定义变量时变量名和等号之间不能有空格。变量名的命名必须遵循以下规则: 命名只能使用英文字母,数字和下划线,首个字符不能以数字开头。 中
2023-08-16
16
terminology terminology
TERMINOLOGYFLOPs FLOPs:(部分大写,小s)floating point operations 指的是浮点运算次数,理解为计算量,可以用来衡量算法/模型时间的复杂度。 FLOPS:(全部大写,大s),Floating-p
2023-08-16
16
LibTorch LibTorch
LibTorch源码编译 Build from sourceStep 1 Download pytorchgit clone --recursive https://github.com/pytorch/pytorch cd pytorc
2023-08-16
1 / 2