公告板
版本库
filestore
活动
搜索
登录
python
/
FunASR-XL
FUNASR训练
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
[fix] Fix a bug in seaco_paraformer model "inference" function (#1639)
querryton
2024-04-20
01df8f330ccc754223d5e2d688dc0a55d27f2dcc
[python/FunASR-XL.git]
/
web-pages
/
src
/
assets
/
css
/
common.scss
1
2
3
4
5
@use 'sass:math';
@function p($px) {
@return #{math.div($px, 19.2) + 'rem'};
}