* 2023-05-08 add t-sne docs
* 2023-05-08 add t-sne docs
* 2023-05-10 add t-sne docs CN
* 2023-05-25 rebase dev
* add docs for running t-sne on mae models, and fix a bug in vis_tsne.py
* rewrite t-sne docs to correct some mistakes
* refactor browsedataset to support selfsup pipeline
* update make_grid to support list input
* mode 'transformed' supports list
* Beautify the visualization image.
* Fix compatitibly bug with matplotlib=3.5
* remove print
* fix bug of resize
* Apply mask only on the first image.
* Remove master only for some API in visualizer.
---------
Co-authored-by: mzr1996 <mzr1996@163.com>
* [Feature] Implememnt the universal visualizer for multiple task.
* Update tools
* Improve according to comments.
* Fix tools docs
* Add --test-cfg option and set default collate function.