Moozonian

About 50 results
AI Overview
Generating...
Sponsored • AdSense Integration Active
💡
Did you mean: torch
Corrected by Entity Network
stackoverflow.com
stackoverflow.com › ques...ory-block-in-pytorch
How to implement LSTM layer with multiple cells per memory block in Pytorch?
Tags: lstm, pytorch | Score: 2 | Answered: No
github.com
github.com › sgrvinod › a-...-to-Image-Captioning
sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning
Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning (⭐ 2889 | Python)
www.reddit.com
reddit.com › r › pytor...mechanism_using_fft ›
Built an O(n log n) attention mechanism using FFT convolution in PyTorch — wave equation dynamics instead of self-attention
Wanted to share a PyTorch implementation of an alternative attention mechanism based on wave physics. How it works: 1. QKV projection (standard) 2. Bilinear scatter — deposit values onto a co...
arxiv.org
arxiv.org › abs › 2512.11833v1
Soft Decision Tree classifier: explainable and extendable PyTorch implementation
We implemented a Soft Decision Tree (SDT) and a Short-term Memory Soft Decision Tree (SM-SDT) using PyTorch. The methods were extensively tested on simulated and clinical datasets. The SDT was visuali...
github.com
github.com › amdegroot › ssd.pytorch
amdegroot/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector (⭐ 5229)
github.com
github.com › jwyang › faster-rcnn.pytorch
jwyang/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn (⭐ 7866)
github.com
github.com › JunhongXu › world-models-pytorch
JunhongXu/world-models-pytorch
My attempt to implement "World Models" by David Ha and Jurgen Schmidhuber (⭐ 3 | Python)
Sponsored • AdSense Integration Active
www.bing.com
bing.com › ck › a?!&am...cHl0b3JjaA&ntb=1
python - What does `view ()` do in PyTorch? - Stack Overflow
18 torch.Tensor.view() Simply put, torch.Tensor.view() which is inspired by numpy.ndarray.reshape() or numpy.reshape(), creates a new view of the tensor, as long as …
www.bing.com
bing.com › ck › a?!&am...XB5dG9yY2g&ntb=1
What does `-1` of `view()` mean in PyTorch? - Stack Overflow
Jun 11, 2018 · In this view x.view(-1) is a weird flatten layer but missing the squeeze (i.e. adding a dimension of 1). Adding this squeeze or removing it is usually important for the code to …
www.bing.com
bing.com › ck › a?!&am...cHl0b3JjaA&ntb=1
python - What does `view ()` do in PyTorch? - Stack Overflow
18 torch.Tensor.view() Simply put, torch.Tensor.view() which is inspired by numpy.ndarray.reshape() or numpy.reshape(), creates a new view of the tensor, as long as the new shape is compatible with th...
www.bing.com
bing.com › ck › a?!&am...XB5dG9yY2g&ntb=1
What does `-1` of `view()` mean in PyTorch? - Stack Overflow
Jun 11, 2018 · In this view x.view(-1) is a weird flatten layer but missing the squeeze (i.e. adding a dimension of 1). Adding this squeeze or removing it is usually important for the code to actual...
www.bing.com
bing.com › ck › a?!&am...cHl0b3JjaA&ntb=1
python - What does `view ()` do in PyTorch? - Stack Overflow
18 torch.Tensor.view() Simply put, torch.Tensor.view() which is inspired by numpy.ndarray.reshape() or numpy.reshape(), creates a new view of the tensor, as long as …
www.bing.com
bing.com › ck › a?!&am...XB5dG9yY2g&ntb=1
What does `-1` of `view()` mean in PyTorch? - Stack Overflow
Jun 11, 2018 · In this view x.view(-1) is a weird flatten layer but missing the squeeze (i.e. adding a dimension of 1). Adding this squeeze or removing it is usually important for the code to …
Sponsored • AdSense Integration Active
github.com
github.com › baudm › MONet-pytorch
baudm/MONet-pytorch
Burgess et al. "MONet: Unsupervised Scene Decomposition and Representation" (⭐ 89)
www.bing.com
bing.com › ck › a?!&am...cHl0b3JjaA&ntb=1
python - What does `view ()` do in PyTorch? - Stack Overflow
18 torch.Tensor.view() Simply put, torch.Tensor.view() which is inspired by numpy.ndarray.reshape() or numpy.reshape(), creates a new view of the tensor, as long as the new shape is compatible with th...
www.bing.com
bing.com › ck › a?!&am...XB5dG9yY2g&ntb=1
What does `-1` of `view()` mean in PyTorch? - Stack Overflow
Jun 11, 2018 · In this view x.view(-1) is a weird flatten layer but missing the squeeze (i.e. adding a dimension of 1). Adding this squeeze or removing it is usually important for the code to actual...
www.bing.com
bing.com › ck › a?!&am...cHl0b3JjaA&ntb=1
python - What does `view ()` do in PyTorch? - Stack Overflow
18 torch.Tensor.view() Simply put, torch.Tensor.view() which is inspired by numpy.ndarray.reshape() or numpy.reshape(), creates a new view of the tensor, as long as the new shape is compatible with th...
www.bing.com
bing.com › ck › a?!&am...XB5dG9yY2g&ntb=1
What does `-1` of `view()` mean in PyTorch? - Stack Overflow
Jun 11, 2018 · In this view x.view(-1) is a weird flatten layer but missing the squeeze (i.e. adding a dimension of 1). Adding this squeeze or removing it is usually important for the code to actual...
github.com
github.com › aflah02 › Tra...from-Scratch-PyTorch
aflah02/Transformer-Implementation-from-Scratch-PyTorch
Custom Implementation of the famous Transformer Architecture from scratch based on the Seminal Paper Attention is All You Need by Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jone...
Sponsored • AdSense Integration Active
www.reddit.com
reddit.com › r › deepl...ytorch_acceleration ›
torch-continuum — one-line PyTorch acceleration, benchmarked on H100
I built torch-continuum, a library that auto-detects your GPU and applies the right hardware-specific optimizations for you. One line before your training loop: `import torch_continuum` `torch_...
Sponsored • AdSense Integration Active