avocado
avocado copied to clipboard
add reqs for Binder
Hi!
I was watching your #BioData18 talk and saw you have some notebooks in the repo. I added the requirements to be able to run the repo on Binder, here is an example with the PR branch:
But I had an issue in the "Avocado Training Demo" notebook when creating the model:
TypeError: Value passed to parameter 'shape' has DataType float32 not in list of allowed values: int32, int64
I suspect it's because Binder doesn't have GPU access, and I used plain tensorflow in the requirements?
Thanks for the PR! I'm not sure what the issue is. I thought at first it's a tensorflow vs theano bug, but both raise errors. I'll get back to you when I get it working.