zb12138 commited on
Commit
be45572
1 Parent(s): a965cad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,6 +80,6 @@ where PDF =[[ P(0), P(1) ,P(2) ]]
80
  NOTE: The arithmetic coder assumes that P(0) + P(1) + P(2) = 1, C_0 = 0, C_3 = 1
81
  ```
82
  The theoretical bits number can estimated by Shannon’s source coding theorem:
83
- $\sum_{s}-log_2P(s)$
84
  ## Citation
85
  Reference from [torchac](https://github.com/fab-jul/torchac), thanks!
 
80
  NOTE: The arithmetic coder assumes that P(0) + P(1) + P(2) = 1, C_0 = 0, C_3 = 1
81
  ```
82
  The theoretical bits number can estimated by Shannon’s source coding theorem:
83
+ ![](https://latex.codecogs.com/svg.image?\\sum_{s}-log_2P(s))
84
  ## Citation
85
  Reference from [torchac](https://github.com/fab-jul/torchac), thanks!