Stars
一款文心一言&文心千帆大模型的高性能springboot-starter,支持连续对话(流式返回)、Prompt模板、文生图等,内置连续对话记录,支持消息记录导出。
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and…
🦜🔗 Build context-aware reasoning applications
The simplest, fastest repository for training/finetuning medium-sized GPTs.
🔥 🎉newbee-mall是一套电商系统,包括基础版本(Spring Boot+Thymeleaf)、前后端分离版本(Spring Boot+Vue 3+Element-Plus+Vue-Router 4+Pinia+Vant 4) 、秒杀版本、Go语言版本、微服务版本(Spring Cloud Alibaba+Nacos+Sentinel+Seata+Spring Cloud Gatew…
[CVPR'21] PU-GCN: Point Cloud Upsampling using Graph Convolutional Networks
Papers about pretraining and self-supervised learning on Graph Neural Networks (GNN).
An VGAE implementation using pytorch geometric.
A pytorch adversarial library for attack and defense methods on images and graphs
This repository implements variational graph auto encoder by Thomas Kipf.
Implementation of PCN(Point Completion Network) in PyTorch.
pytorch lmdb dataset with protobuf
Semi-supervised learning with graph embeddings
Adaptive Graph Convolution for Point Cloud Analysis
Several simple examples for popular neural network toolkits calling custom CUDA operators.
KITTI evaluation toolkit for 3D Point Cloud Analytics
PointRCNN: 3D Object Proposal Generation and Detection from Point Cloud, CVPR 2019.
CS224W Stanford Winter 2021 Homework solutions
HMMGNN / ClusterGCN
Forked from benedekrozemberczki/ClusterGCNA PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
Point-GNN: Graph Neural Network for 3D Object Detection in a Point Cloud, CVPR 2020.
Papers and Datasets about Point Cloud.
Must-read papers on graph neural networks (GNN)
Python package built to ease deep learning on graph, on top of existing DL frameworks.
Implement Statistical Learning Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现