120 skills found · Page 1 of 4
bentrevett / Pytorch Seq2seqTutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
dsgiitr / D2l PytorchThis project reproduces the book Dive Into Deep Learning (https://d2l.ai/), adapting the code from MXNet into PyTorch.
avinashpaliwal / Super SloMoPyTorch implementation of Super SloMo by Jiang et al.
nikhilbarhate99 / PPO PyTorchMinimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch
ayooshkathuria / YOLO V3 Tutorial From ScratchAccompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
bentrevett / Pytorch Image ClassificationTutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
pranz24 / Pytorch Soft Actor CriticPyTorch implementation of soft actor critic
lonePatient / Bert Multi Label Text ClassificationThis repo contains a PyTorch implementation of a pretrained BERT model for multi-label text classification.
atulkum / Pointer Summarizerpytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"
cszn / DPSRDeep Plug-and-Play Super-Resolution for Arbitrary Blur Kernels (CVPR, 2019) (PyTorch)
tomguluson92 / StyleGAN PyTorchThe implementation of StyleGAN on PyTorch 1.0.1
jnhwkim / Ban VqaBilinear attention networks for visual question answering
Naman-ntc / Pytorch Human Pose EstimationImplementation of various human pose estimation models in pytorch on multiple datasets (MPII & COCO) along with pretrained models
TianhongDai / Hindsight Experience ReplayThis is the pytorch implementation of Hindsight Experience Replay (HER) - Experiment on all fetch robotic environments.
huangzh13 / StyleGAN.pytorchA PyTorch implementation for StyleGAN with full features.
Hsuxu / Loss ToolBox PyTorchPyTorch Implementation of Focal Loss and Lovasz-Softmax Loss
mx-mark / VideoTransformer PytorchPyTorch implementation of a collections of scalable Video Transformer Benchmarks.
bentrevett / Pytorch RlTutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
emadRad / Lstm Gru PytorchLSTM and GRU in PyTorch
hpzhao / SummaRuNNerThe PyTorch Implementation of SummaRuNNer