umbertov
umbertov
Hi, I was checking training details on the [BSRGAN](https://arxiv.org/pdf/2103.14006.pdf) paper, and comparing them to `options/train_bsrgan_x4_gan.json`, I found a few differences which might be important for reproduction and research. I'm working...
Hi, I recently read a paper ( [Run Away From your Teacher: a New Self-Supervised Approach Solving the Puzzle of BYOL](https://openreview.net/forum?id=tij5dHg5Hk) ) expanding the work on self-supervised algorithms and providing...
Hi, I want to use this package to experiment with data different than images (multivariate time series). I see that the `commitment_loss` that is returned is not a tensor, but...
Hi, I have a problem with checkpoints sometimes not being uploaded when i manually stop training with Ctrl+C multiple times (since it also interrupts file uploads). The problem is that...
Hello, I am already using `gclang`/`gclang++` successfully on a project for which LLVM bytecode is extracted, processed and finally lowered to (native) machine code. I need to perform the exact...
Hi, i just found out this fork using an online tool to find active forks. I tried to build the docs but got an error about an str object not...
Is it possible to bundle e.g. a `.deb` package for `aarch64` system when compiling from an x86 system? I'm testing with a very basic cmake c++ hello world, but it...
I think the resolution for #34 was a patch for some more fundamental issue: libraries should not install a global default log handler, that is the job of applications. I...