Skip to content

Commit

Permalink
Comment fix.:
Browse files Browse the repository at this point in the history
  • Loading branch information
frpays committed Jan 5, 2019
1 parent ac7c31d commit defea67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Network = function() {

// Our policy for now is:
// 'webgl' -> 'channelsFirst'
// 'cpu' -> 'channelsFirst'
// 'cpu' -> 'channelsLast'

var format = 'channelsFirst';
if (this.backend == 'cpu') format = 'channelsLast';
Expand Down

0 comments on commit defea67

Please sign in to comment.