Xander Steenbrugge

Results 20 comments of Xander Steenbrugge

Had the same bug, thx for posting, didn't feel like debugging dimension mismatches today ;p

One extra thing: for people that are running Linux on Windows 10 (using developer mode): To be able to execute the show_result function you can install something like [Xming ](https://sourceforge.net/projects/xming/)and...

@avilella I was wondering if you have any further updates on this as I've been trying to do similar stuff (see [here](https://github.com/salesforce/progen/issues/7)). In my personal experiments, using the LM to...

The weirdest result for me so far is that, if you keep sampling the "most likely" mutations at randomly sampled indices, you eventually end up with sequences that look very...

This [example script](https://storage.googleapis.com/public-assets-xander/Random/remove/ML_guided_sequence_mutation.py) shows the explained behavior (just put in base progen dir and run from terminal): start from a random init seq and then: - sample a random residue...

You're very welcome, glad you find it valuable :)

Other people have also replied that the GUI does not show on Mac/Windows... (You can still use the live FFT features in headless mode though, just set the visualize flag...

Minimal code to reproduce this error: ``` import tensorflow as tf import cv2 import numpy as np shape = (3, 1024, 1024) img = np.random.random((1024, 1024,3)) * 255 img =...