Tim Sainburg

Results 80 comments of Tim Sainburg

Great thanks! I've since rewritten a bunch of this to do a number of things like getting rid of prettytensor, implementing deepmind's up-convolutions tweaks, but need to clean up the...

Hi all, sorry I've been a bit swamped with research the past few months. I don't quite have time to rebuild and debug, but here are some quick updates you...

Hi Riaan, I started with hyperparameters similar to the papers/tutorials I referenced at the bottom of the notebook. Then I wrote a little parameter squashing function for the learning rates...

I haven't tried any other datasets other than MNIST. Good to hear that you got yours working!

Hey, these are just notebooks that are mostly intended to be run in colab so I didn't worry about requirements. It sounds like the tf-nightly was taken off of pip....

Thanks for pointing this out, it looks like I did this for multiple models.

Thanks for these fixes. Is it possible you can make the PR changing back the readme? I'm not sure how to pull only part of the PR while still giving...

I should have mentioned that the notebook there was me experimenting with a variation of GAIA that I was trying out. I just added a line in the readme saying...

I've got a cleaner tensorflow 1 implementation of GAIA in a private repo that I used for the 2D meshplot examples figure from the paper BTW. If anyone wants that...