We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba8a76 commit d58c15bCopy full SHA for d58c15b
1 file changed
python/libs/utils.py
@@ -12,8 +12,8 @@ def montage_batch(images):
12
13
Parameters
14
----------
15
- batch : Tensor
16
- Input tensor to create montage of.
+ batch : numpy.ndarray
+ Input array to create montage of.
17
18
Returns
19
-------
@@ -44,8 +44,8 @@ def montage(W):
44
45
46
47
- W : Tensor
48
+ W : numpy.ndarray
49
50
51
0 commit comments