#编辑器#Visual Studio Code(简称VS Code)是微软开源的一款代码编辑器。默认支持非常多的编程语言,包括JavaScript、TypeScript、CSS和HTML,通过下载扩展也可支持Python、C/C++、Java和Go在内的其他语言。
PowerToys 是微软开源的一款实用小工具集,帮助用户提高工作效率。功能包括取色器(ColorPicker)、快速启动(搜索)、批量重命名(PowerRename)、批量图片处理器(Image Resizer)等功能。
#编程语言#TypeScript 起源于 Javascript,是JavaScript的严格超集,为开发大型应用而设计。代码最终编译为可读的、 标准的JavaScript。
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT)...
翻译 - PyTorch图像模型,脚本,预训练权重-(SE)ResNet / ResNeXT,DPN,EfficientNet,MixNet,MobileNet-V3 / V2,MNASNet,单路径NAS,FBNet等
End-to-End Object Detection with Transformers
翻译 - 变压器端对端物体检测
#自然语言处理#为 Jax、PyTorch 和 TensorFlow 打造的先进的自然语言处理
Open-Sora: 完全开源的高效复现类Sora视频生成方案
Mamba SSM architecture
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
翻译 - 在Pytorch中实现视觉变压器,这是仅使用一个变压器编码器即可在视觉分类中实现SOTA的简单方法
This project aim to reproduce Sora (Open AI T2V model), we wish the open source community contribute to this project.
#计算机科学#59 篇深度学习论文的实现,并带有详细注释。包括 transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cyclegan, stylegan2, ...), 🎮 强化学习 (ppo, dqn), capsnet, distillation, ... 🧠
VMamba: Visual State Space Models,code is based on mamba
Devika is an Agentic AI Software Engineer that can understand high-level human instructions, break them down into steps, research relevant information, and write code to achieve the given objective. D...
Official PyTorch Implementation of "Scalable Diffusion Models with Transformers"
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
#大语言模型#《Build a Large Language Model (From Scratch)》,从零开始使用PyTorch实现一个类似ChatGPT的大型语言模型
DUSt3R: Geometric 3D Vision Made Easy