Shunsuke-1994 / rfamgen

Code repository of "Deep generative design of RNA family sequences"
Other
27 stars 7 forks source link

sigma vs variance #3

Closed 3f6a closed 2 months ago

3f6a commented 2 months ago

In this line:

https://github.com/Shunsuke-1994/rfamgen/blob/b3717ff287e6da46d4167633dd40af07c3caca26/src/models/CMVAE.py#L90

shouldn't it just be eps * sigma ?

Shunsuke-1994 commented 2 months ago

Thank you for pointing out. I checked the code immediately, and I found this opened version (and test code of src/decode.py) seemed to come from an old code branched at a very initial research stage.

I will quickly update it to the correct version. The results don't change but I will check the results again for sure. Thank you very much.