Skip to content

Commit defea67

Browse files
committed
Comment fix.:
1 parent ac7c31d commit defea67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Network = function() {
118118

119119
// Our policy for now is:
120120
// 'webgl' -> 'channelsFirst'
121-
// 'cpu' -> 'channelsFirst'
121+
// 'cpu' -> 'channelsLast'
122122

123123
var format = 'channelsFirst';
124124
if (this.backend == 'cpu') format = 'channelsLast';

0 commit comments

Comments
 (0)