-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
5‐4節のDemoが実行できません。実行すると下記のErrorが表示されます。
NameError Traceback (most recent call last)
/tmp/ipython-input-1790250070.py in <cell line: 0>()
----> 1 demo()
/tmp/ipython-input-4007857658.py in demo()
2 config = ConfigDemo()
3
----> 4 transforms = T.Compose((
5 T.RandomResize((608,), max_size=1024),
6 T.ToTensor(),
NameError: name 'T' is not defined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels