Spaces:
Sleeping
Sleeping
zb12138
commited on
Commit
•
51def55
1
Parent(s):
be45572
Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ P(2) = C_3 - C_2
|
|
79 |
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 |
![](https://latex.codecogs.com/svg.image?\\sum_{s}-log_2P(s))
|
84 |
## Citation
|
85 |
Reference from [torchac](https://github.com/fab-jul/torchac), thanks!
|
|
|
79 |
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 be 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!
|