ayushkarnawat / profit

Exploring evolutionary protein fitness landscapes
MIT License
1 stars 0 forks source link

Change data format channels_first -> batch_first #67

Closed ayushkarnawat closed 4 years ago

ayushkarnawat commented 4 years ago

Description

Changes all instances of "channels_first" to "batch_first" and "channels_last" to "batch_last". This makes more sense as the data format describes in which dim the batch_size is.

Changes