模型预测准确度

预测准确度 95 - 100%:非常好。历史数据具有很明显的趋势或季节性模式。 90 - 94.9%:好。历史数据具有缓和的趋势或季节性模式。 &#

iohannes iohannes Published on 2025-03-18

three.js普通地面视角

import * as THREE from 'three'; import { OrbitControls } from 'three/addons/controls/OrbitControls.js'; //scene let scene = new THREE.Scene(); //gri

iohannes iohannes Published on 2025-03-18

three.js常见贴图

import * as THREE from 'three'; import { OrbitControls } from 'three/addons/controls/OrbitControls.js'; //scene let scene = new THREE.Scene(); //lig

iohannes iohannes Published on 2025-03-18

ros联机

获取主从机的ip地址 ifconfig 主机: 172.17.0.4 从机x:172.17.0.3 主机配置 export ROS_MASTER_URI=http://172.17.0.4:11311 export ROS_

iohannes iohannes Published on 2025-03-18

ros编译运行步骤

1、创建工作区间 mkdir -p ~/catkin_ws/src cd ~/catkin_ws/src catkin_ws,名字不一定要一模一样,只是大家约定俗成用这个

iohannes iohannes Published on 2025-03-18

run llama-7b model

download llama.cpp git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp make download model mkdir models/7B cd models/7B wget https://hu

iohannes iohannes Published on 2025-03-18

Run Ubuntu Linux in Docker with Desktop Environment and VNC

remote into ubuntu docker install ubuntu docker pull dorowu/ubuntu-desktop-lxde-vnc:focal-lxqt docker run -d –name ubuntu_desktop -v /dev/shm:/dev/shm

iohannes iohannes Published on 2025-03-18

run llama2 local

start gpu docker container docker run -itd -v /home/adlong/llama:/root/llama -p 8000:8000 -p 8001:8001 -p 8002:22 --name llama2 --gpus all ubuntu clo

iohannes iohannes Published on 2025-03-18

run llama.cpp with hugging face model

run docker container docker run -itd -v /home/adlong/llm_models:/root/models -p 8000:8000 -p 8001:8001 -p 8002:22 --name llama_server --gpus all ubunt

iohannes iohannes Published on 2025-03-18

ros常见命令和功能

roscore roscore is a collection of nodes and programs that are pre-requisites of a ROS-based system. You must have a roscore running in order for ROS

iohannes iohannes Published on 2025-03-18
Previous Next