mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 20:03:49 -05:00
Clean up Module 20: Remove unused time and matplotlib imports
This commit is contained in:
@@ -156,10 +156,8 @@ import tracemalloc
|
||||
from typing import Dict, List, Tuple, Any, Optional, Callable, Union
|
||||
from dataclasses import dataclass, field
|
||||
from pathlib import Path
|
||||
import json
|
||||
import platform
|
||||
from contextlib import contextmanager
|
||||
import warnings
|
||||
|
||||
# Optional dependency for visualization only
|
||||
try:
|
||||
|
||||
@@ -192,11 +192,9 @@ This capstone demonstrates the complete workflow of professional ML competitions
|
||||
|
||||
# %% nbgrader={"grade": false, "grade_id": "imports", "solution": true}
|
||||
import numpy as np
|
||||
import time
|
||||
import json
|
||||
from pathlib import Path
|
||||
from typing import Dict, List, Tuple, Optional, Any
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
# Import competition and benchmarking modules
|
||||
### BEGIN SOLUTION
|
||||
|
||||
Reference in New Issue
Block a user