google / uis-rnn

This is the library for the Unbounded Interleaved-State Recurrent Neural Network (UIS-RNN) algorithm, corresponding to the paper Fully Supervised Speaker Diarization.
https://arxiv.org/abs/1810.04719
Apache License 2.0
1.55k stars 320 forks source link

2 space indentation #11

Closed dalonlobo closed 5 years ago

dalonlobo commented 5 years ago

Hi Team,

Thanks for open sourcing this code. On a lighter note, is there a reason for coding with 2 space indentation rather than 4 space?

Thanks, Dalon

wq2012 commented 5 years ago

We are following Google's internal style, which is 2 spaces.

We know it's annoying that the internal style is different from the external style. You could complain here: https://github.com/google/styleguide/issues/417