Skip to content

Instantly share code, notes, and snippets.

View splex7's full-sized avatar
🎯
Focusing

Hyungju Moon splex7

🎯
Focusing
View GitHub Profile
@splex7
splex7 / torch.bat
Created November 1, 2023 14:03 — forked from acidsound/torch.bat
windows pytorch 2.0.1 설정
pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
@splex7
splex7 / upload.js
Created April 27, 2021 08:12 — forked from acidsound/upload.js
pastebin node.js API
const FormData = require('form-data')
const axios = require('axios')
const getUserKey = async ({
api_dev_key,
api_user_name,
api_user_password,
}) => {
const formData = new FormData()
formData.append('api_dev_key', api_dev_key)