mcr2
mcr2 copied to clipboard
Official Implementation of Learning Diverse and Discriminative Representations via the Principle of Maximal Coding Rate Reduction (2020)
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
- Fix a bug in 'utils.py' that imports 'supervised' instead of '_supervised' from sklearn.metrics.cluster, due to a recent non-backward-compatible change in sklearn library. - Removed the "clustering_accuracy" function in cluster.py,...
I have seen that this MCR has better performance than cross entropy, but when I apply a deep learning model to regression questions, I often choose BCEloss for loss function,...
logdet value becomes nan, when I used the UCR dataset named FaceDetecion. I chosed the BERT model to deal with the multiple timeseries data. I wonder why this happened?
I tried to use this loss in my own CIFAR-100-long tail scenario, but the loss is negative, meaning that compress_loss_emprical is larger than discrimn loss emprical. What is wrong ?
Hi. It's exciting to see this great work. I was exploring the possibility in applying the MCR in segmentation task. One way is to treat every pixel as a sample...
Thanks a lot for the very inspiring paper and code. I am wondering if you could provide the hyper-parameters for training resnet10mnist on MNIST. Thanks!
Removed `progressbar` package (as it doesn't seem to exist and use the same APIs anymore?). Changed package installation from `pip` to `conda`, as that is significantly easier to replicate configuration....
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.4.5.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...