Skip to content

Commit

Permalink
show size
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Aug 3, 2024
1 parent b9bd149 commit c4867ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyphysics.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def run_rollout(data_path, controller_type, model_path, debug=False):


def download_dataset():
print("Downloading dataset...")
print("Downloading dataset (0.6G)...")
DATASET_PATH.mkdir(parents=True, exist_ok=True)
with urllib.request.urlopen(DATASET_URL) as resp:
with zipfile.ZipFile(BytesIO(resp.read())) as z:
Expand Down

0 comments on commit c4867ab

Please sign in to comment.