Lucas Robinet
Lucas Robinet
BraTS-preprocess stuck at "status reveived: { 'code': 201, 'message': 'nifti examination queued!'}."
Hi everyone, I work on a computing server. And by wanting to use single preprocessing I get stuck at: ``` status reveived: {'code': 201, 'message': 'input inspection queued!'} status reveived:...
### Description Addition of the BarlowTwinsLoss class. This cost function is introduced in the http://proceedings.mlr.press/v139/zbontar21a/zbontar21a.pdf paper with the aim of disentangling the representations learned on two views of the same...
### Description Implementation of the Masked Autoencoder as described in the paper: [Masked Autoencoders Are Scalable Vision Learners](https://arxiv.org/pdf/2111.06377.pdf) from Kaiming et al. Masked autoencoders are a type of deep learning...
This follows a previous PR (#7598). In the previous PR, the official implementation was under a non-compatible license. This is a clean-sheet implementation I developed. The code is fairly straightforward,...