This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
import torch.nn as nn | |
from torch.utils.data import Dataset | |
import requests | |
from PIL import Image | |
import io | |
import os | |
from time import sleep | |
class Danbooru(Dataset): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! bin/sh | |
# Project setting | |
BASENAME="sample1" | |
NumThreads=0 | |
# musicXML_to_label | |
SUFFIX="musicxml" | |
# NEUTRINO |