Thomas Blaschke

Results 10 comments of Thomas Blaschke

Instead of using the bundleIdentifier, we could use the $TERMINAL_EMULATOR variable. See #1958

As a quick fix we could just use a hash of the current time, grep the middle and hash it again. ~No need to mount /dev/random.~ `date +"%s" | sha1sum...

This fixes the missing characters using Xorg on a Samsung Chromebook Pro. Maybe we should test it on other Skylake Chromebooks and activate it by default?

With the release of XFCE 4.14 we finally have a GTK+3 version of XFCE with native HiDPI support. So updating to XFCE 4.14 we could close the issue once and...

@reynhout If I'm not mistaken the [Xubuntu staging PPA](https://launchpad.net/~xubuntu-dev/+archive/ubuntu/staging) contains XFCE 4.14 packages for 18.04 . I don't have my Chromebook with me to try out if they just work...

Looks like your python installation is a little bit wracked. It wants to read from /var/mail/rdkit but it can’t

Hi, please make sure that you are running pytorch 0.1.12. This error only occurs in newer version of pytorch as they changed the api. Cheers, Thomas

These errors are generated by rdkit when the model generates non valid SMILES. The generated SMILES (e.g 2-212121O ) are completely wrong and the included Prior doesn’t usual generate these...

It seems that you have a completely biased prior which only produces a few different smiles. This error occurs when you have less then 10 different smiles in one batch....

This repo contains the prototype implementation for the "Diversity Filter" in Reinvent (and the analysis code to check if they actually work used in the publication). Reinvent3.0 is the actively...