質問編集履歴

2

ミス修正後

2020/08/08 12:10

投稿

pickle
pickle

スコア16

test CHANGED
File without changes
test CHANGED
@@ -50,22 +50,6 @@
50
50
 
51
51
  ---------------------------------------------------------------------------
52
52
 
53
-
54
-
55
- ---------------------------------------------------------------------------
56
-
57
- NOTE: If your import is failing due to a missing package, you can
58
-
59
- manually install dependencies using either !pip or !apt.
60
-
61
-
62
-
63
- To view examples of installing some common dependencies, click the
64
-
65
- "Open Examples" button below.
66
-
67
- ---------------------------------------------------------------------------
68
-
69
53
  ```
70
54
 
71
55
 

1

ミス修正後

2020/08/08 12:10

投稿

pickle
pickle

スコア16

test CHANGED
File without changes
test CHANGED
@@ -26,13 +26,29 @@
26
26
 
27
27
  ImportError Traceback (most recent call last)
28
28
 
29
- <ipython-input-65-624b4e9be095> in <module>()
29
+ <ipython-input-66-33be627ece39> in <module>()
30
30
 
31
- ----> 1 from albumentations import ToTensorV2
31
+ ----> 1 from albumentations import RandomResizedCrop
32
32
 
33
33
 
34
34
 
35
- ImportError: cannot import name 'ToTensorV2'
35
+ ImportError: cannot import name 'RandomResizedCrop'
36
+
37
+
38
+
39
+ ---------------------------------------------------------------------------
40
+
41
+ NOTE: If your import is failing due to a missing package, you can
42
+
43
+ manually install dependencies using either !pip or !apt.
44
+
45
+
46
+
47
+ To view examples of installing some common dependencies, click the
48
+
49
+ "Open Examples" button below.
50
+
51
+ ---------------------------------------------------------------------------
36
52
 
37
53
 
38
54