Benjamin Mitzkus

Results 8 issues of Benjamin Mitzkus

Importing nonechucks with torch1.4.0+cu100 (and possibly other torch versions with a cuda suffix) results in `ValueError: invalid literal for int() with base 10: '0+cu100'`

I think there is a bug in the parseWildcardRules function - if the wildcard is at the end of the origin string, the character right before the wildcard is cut...

when applied to SVHN or CIFAR images of shape 32x32x3, motion_blur fails with `ValueError: could not broadcast input array from shape (32,0,3) into shape (32,32,3)`

bug

When executing ` python train.py --dataset svhn --model wideresnet --learning_rate 0.01 --epochs 160 --cutout --length 20` I get the following error: ``` Traceback (most recent call last): File "train.py", line...

Hello, when using update on a job chain, the next run of a job is not scheduled wrt. the current time but instead wrt. the next run of the job...

bug
v1

Currently we reference thesaurus concepts with url's as foreign keys. Since there is no practical reason to do that and it is inconsistent with the rest of our database, I...

discussion
help wanted

**Describe the bug** Local deployments of cubejs fail when CUBESTORE_LOG_LEVEL is set to error or warn. Levels info, debug and trace start sucessfully. **To Reproduce** run the docker compose below...

bug
cube store

**Describe the bug** I followed [this post](https://supabase.com/docs/guides/local-development/testing/pgtap-extended) in order to setup my test environment. I am getting a `ERROR: permission denied for function uninstall_extension_if_exists`. Tests run as user `postgres` with...