mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* update user_guides * update test.md * fix lint * fix typo * refine * fix typo * update retriever to api * update rst and downstream * update index.rst * update index.rst * update custom.js * update chinese docs * update config.md * update train and test * add pretrain on custom dataset * fix lint
11 lines
282 B
JavaScript
11 lines
282 B
JavaScript
var collapsedSections = ['Advanced Guides', 'Model Zoo', 'Visualization', 'Analysis Tools', 'Deployment', 'Notes'];
|
|
|
|
$(document).ready(function () {
|
|
$('.model-summary').DataTable({
|
|
"stateSave": false,
|
|
"lengthChange": false,
|
|
"pageLength": 20,
|
|
"order": []
|
|
});
|
|
});
|