Skip to content

Instantly share code, notes, and snippets.

View jhojin7's full-sized avatar
🀯
You're absolutely right!

Hojin Jang jhojin7

🀯
You're absolutely right!
View GitHub Profile
🌞 Morning 1 commits β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 0.4%
πŸŒ† Daytime 115 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 46.9%
πŸŒƒ Evening 78 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 31.8%
πŸŒ™ Night 51 commits β–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 20.8%
⭐ Total Stars: 1
βž• Past Year Commits: 421
πŸ”€ Total PRs: 2
🚩 Total Issues: 1
πŸ“¦ Contributed to: 1
.
0000000000000000000000000000000000000000000000000000000000000000000000
1
1
1
1
1
1
1
1
1
@jhojin7
jhojin7 / osx_bootstrap.sh
Created April 25, 2024 12:05 — forked from codeinthehole/osx_bootstrap.sh
Script to install stuff I want on a new OSX machine
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
#
# Some apps don't have a cask and so still need to be installed by hand. These
# include:
#
# - Twitter (app store)
import torch
import torch.nn as nn
import torch.onnx
import onnxruntime as ort
import numpy as np
# κ°„λ‹¨ν•œ PyTorch λͺ¨λΈ μ •μ˜
class SimpleModel(nn.Module):
def __init__(self):