相关文章
redis-cli.exe无反应
输入redis-cli.exe -h 127.0.0.1 -p 6379 后没有反应
在redis.windows.conf中bind指定的是ip 没有加入127.0.0.1 改为 重新启动server
建站知识
2024/11/21 8:57:18
no matching host key type found. Their offer: ssh-rsa
windows下使用git bash拉代码报错如下:
Unable to negotiate with 192.168.133.58 port 29418: no matching host key type found. Their offer: ssh-rsa
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and…
建站知识
2024/11/20 2:39:47
Linux学习笔记(七)Astra相机使用方法
官网链接:http://www.orbbec.com.cn/
开发者社区:https://developer.orbbec.com.cn/
Astra相机:https://github.com/orbbec/ros_astra_camera
普通相机:https://github.com/bosch-ros-pkg/usb_cam.git
Astra SDK:h…
建站知识
2024/11/20 2:02:22
【实践】WINDOWS下GOlang性能测试分析工具PProfGO torch入门指导
1.摘要
本文讲解在Windows 10操作系统VS Code集成环境下,如何使用GO语言的PProf工具进行性能分析和查看的基本操作,同时也介绍火焰图呈现GO torch的使用入门指导。
这篇文章比较长,应该是目前PProf&GO torch整理最全的一篇了࿰…
建站知识
2024/11/20 2:04:41
一文通透位置编码:从标准位置编码、旋转位置编码RoPE到ALiBi、LLaMA 2 Long
前言
关于位置编码和RoPE
应用广泛,是很多大模型使用的一种位置编码方式,包括且不限于LLaMA、baichuan、ChatGLM等等我之前在本博客中的另外两篇文章中有阐述过(一篇是关于LLaMA解读的,一篇是关于transformer从零实现的),但自觉…
建站知识
2024/11/20 14:39:20
TensorFlow数据读取机制:文件队列 tf.train.slice_input_producer和 tf.data.Dataset机制
TensorFlow数据读取机制:文件队列 tf.train.slice_input_producer和tf.data.Dataset机制 之前写了一篇博客,关于《Tensorflow生成自己的图片数据集TFrecord》,项目做多了,你会发现将数据转为TFrecord格式,实在是太麻烦…
建站知识
2024/11/20 23:30:31
Connection closed by remote host Connection closed by 198.18.34.15 port 22 Could not read from
提交代码时,报错Connection closed by remote host Connection closed by 198.18.34.15 port 22 Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 搞了5分钟最后,重新生成了s…
建站知识
2024/11/20 11:58:21
Pytorch中torch.cat()函数解析
一. torch.cat()函数解析
1. 函数说明
1.1 官网:torch.cat(),函数定义及参数说明如下图所示: 1.2 函数功能 函数将两个张量(tensor)按指定维度拼接在一起,注意:除拼接…
建站知识
2024/11/20 18:17:35