File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -359,13 +359,15 @@ def attribute(m):
359
359
360
360
361
361
#############################
362
- # To debug which operators don't support channels last format, you could uncomment
363
- # the following code. This will wrap PyTorch functions to check if channels last
364
- # format is preserved through operations.
362
+ # To debug which operators don't support channels last format, execute
363
+ # the following lines:
364
+ #
365
+ # .. code-block:: python
366
+ #
367
+ # attribute(torch.Tensor)
368
+ # attribute(torch.nn.functional)
369
+ # attribute(torch)
365
370
#
366
- # attribute(torch.Tensor)
367
- # attribute(torch.nn.functional)
368
- # attribute(torch)
369
371
370
372
######################################################################
371
373
# If you found an operator that doesn't support channels last tensors
You can’t perform that action at this time.
0 commit comments