mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
* [Docs] Update install tutorial. * Update collapsed sections. * Update requirements * Update install tutorial.
11 lines
248 B
JavaScript
11 lines
248 B
JavaScript
var collapsedSections = ['Useful Tools', 'Advanced Guids', 'Model zoo', 'Notes'];
|
|
|
|
$(document).ready(function () {
|
|
$('.model-summary').DataTable({
|
|
"stateSave": false,
|
|
"lengthChange": false,
|
|
"pageLength": 20,
|
|
"order": []
|
|
});
|
|
});
|