Dataset Viewer
Auto-converted to Parquet Duplicate
record_index
int64
wallclock_ms
int64
code
string
val_loss_threshold
float64
track
string
26
171,743
import os import sys with open(sys.argv[0]) as f: code = f.read() # read the code of this file ASAP, for logging import copy import glob import time import uuid from dataclasses import dataclass from functools import lru_cache # Added partial for hook registration from pathlib import Path os.environ["PYTORCH_CU...
3.28
small
README.md exists but content is empty.
Downloads last month
12