Zeng
Results
2
issues of
Zeng
Since the **d_loss = fake-real+gp**, how to decide the value of ***LAMBDA*** to get a reasonable gradient penalty. I mean, if **fake=-10**, **real=10**, is **gp=10** appropriate?or the **gp** should be...
I use parameters in LTE 36.212 to realize a turbo code. Then I find in line 47 (**turbo.py**): ``` stream = conv_encode(msg_bits, trellis1, 'rsc') sys_stream = stream[::2] non_sys_stream_1 = stream[1::2]...