Skip to content

Instantly share code, notes, and snippets.

View ljaljushkin's full-sized avatar
🎯
Focusing

Lyalyushkin Nikolay ljaljushkin

🎯
Focusing
View GitHub Profile
@ljaljushkin
ljaljushkin / main.py
Last active January 12, 2023 14:20
The full reproducer, GDB stacktrace and profile log for different batches
import torch
from torch import nn
from torch.optim import SGD
from torch.utils import data
from torch.utils.data import DataLoader
class UNet(nn.Module):
def __init__(
self,