Skip to content

Instantly share code, notes, and snippets.

View sebastiandro's full-sized avatar

Sebastian Nilsson sebastiandro

View GitHub Profile
@sebastiandro
sebastiandro / electronic-circuits.py
Last active January 4, 2026 16:38
GraphBench - Electronic Circuits Example
import copy
import torch
import graphbench
from tqdm import tqdm
import torch_geometric
import torch.nn.functional as F
from torch_geometric.nn import GINConv, global_mean_pool
from torch.nn import Sequential, Linear, ReLU, BatchNorm1d
### ========= Load Dataset and Setup GraphBench Components ========= ###
@sebastiandro
sebastiandro / index.html
Created April 7, 2012 09:36
Pulp Slider
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Pulp Slider</title>
<meta name="description" content="">
<meta name="author" content="">