Skip to content

Commit a978169

Browse files
committed
import json and PIL Image
1 parent 9f8cd35 commit a978169

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/d2lzh_pytorch/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
import sys
66
import tarfile
77
import time
8+
import json
89
import zipfile
910
from tqdm import tqdm
11+
from PIL import Image
1012
from collections import namedtuple
1113

1214
from IPython import display

0 commit comments

Comments
 (0)