Skip to content

Commit c856a74

Browse files
committed
fix the bug for windows gpu build.
1 parent fd69f05 commit c856a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caffe/layers/lpq_loss_layer.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ namespace caffe {
106106
ScheduleStep_* step_ptr = 0;
107107

108108
/// Discard old schedule steps
109-
while (schedule_.size() > 0 and
109+
while (schedule_.size() > 0 &&
110110
current_iteration >= schedule_.front()->start_iter)
111111
{
112112
if (step_ptr) {

0 commit comments

Comments
 (0)