Skip to content

Instantly share code, notes, and snippets.

@charette-sh
charette-sh / readme.txt
Created January 8, 2024 01:01
Garden Path Puzzle (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@charette-sh
charette-sh / readme.txt
Created January 8, 2024 00:51
Garden Path Puzzle (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@charette-sh
charette-sh / readme.txt
Created January 7, 2024 22:31
Garden Path Puzzle (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@charette-sh
charette-sh / main.py
Last active June 6, 2023 22:27
Hessian calculator
# %%
import torch
import torchvision
from torch import nn, optim, autograd
from torchvision import transforms
import numpy
import scipy.special
import matplotlib.pyplot
import math