Skip to content

Instantly share code, notes, and snippets.

View KruskalLin's full-sized avatar
🎓
I may be slow to respond as the schedule is super tight.

Yuchao Lin KruskalLin

🎓
I may be slow to respond as the schedule is super tight.
View GitHub Profile
#define _WINSOCK_DEPRECATED_NO_WARNINGS
#include <WinSock2.h>
#include <ws2tcpip.h>
#include <iostream>
#include <cstring>
#include <cstdlib>
#include <set>
#include <string>
#include <vector>
@KruskalLin
KruskalLin / example.py
Last active October 18, 2024 16:04
Read the EXP dataset
import os
import pickle
import numpy as np
import torch
import torch.nn as nn
import torch.nn.functional as F
import torch_geometric
from torch_geometric.nn import Linear
from torch_geometric.data import InMemoryDataset, Data