Christopher Beckham, PhD

Results 64 comments of Christopher Beckham, PhD

Yes, I can confirm that `train_on_batch` works, but then the same error comes up again when we have to evaluate the model using `evaluate_generator`, so that would have to change...

No I don't think it's compiling anything (I checked for any other running processes). I also had this weird issue where it was also hanging when I was just trying...

I did manage to use the `model.predict` successfully outside of `fit_generator`, with no issues. If you can, do let me know the version of Keras you have! If you have...

retagging @yiyixuxu again for visibility, would be curious if there was a particular design decision behind this even if you don't have time to go deeply into the code, thanks!

That's interesting. Where did you get `rtmpdump` from? I got mine from [here](https://rtmpdump.mplayerhq.hu/download/rtmpdump-2.4-git-010913-windows.zip), extracted it somewhere on disk and modified my `$PATH` to point to it. I tried git-bash and...

Hi @brandontrabucco Thanks for that. Can't believe I missed that requirements.txt file. However, upon correctly downgrading to 1.18.5 (verified it with `np.__version__`) I get this: ``` >>> import design_bench Traceback...

Hi @erfanhamdi This is a bit of a late response but I had to setup a fresh environment lately for Design Bench and found that `1.22.0` worked. If you're still...

Hi, TFBind8's subvariant by default is `tf_bind_8-SIX6_REF_R1`, and this will be downloaded automatically in the new migration branch (`chris/fixes-v2`). Was there another version of TFBind8 you wanted to access? Data...

What version of `transformers` are you using? I'm assuming maybe it's a version mismatch since the error mentions `BertTokenizer`. When I set up design bench I try (as much as...

@harish2sista can you list the error that you get? Is it the same as the original poster's error message? In my own experience setting this up there are some very...