Zoltán Sylvester
Zoltán Sylvester
I think this is a TensorFlow version issue. Try replacing the import statement for Adam with: `from tensorflow.keras.optimizers import Adam`
Hi all, sorry for the slow response on this. I have uploaded an [environment file](https://github.com/zsylvester/segmenteverygrain/blob/main/environment.yml) that works for me on both Mac and Windows machines.
Thanks @dirtbirb and @jessepisel - this is great! I have merged the pull request. I have also added a new example image (in the 'barton_creek' folder), one that has a...
Thanks a lot @dirtbirb! Give me a bit of time so that first I can work on the issues raised by the reviewers of the JOSS paper and I hope...
Hi @dirtbirb - this looks great! I especially like the improved interactivity when manually selecting / deleting / merging / adding grains. It would be good to get at least...
Hi @dirtbirb - I just merged your pull request. I really like the new interactive plot. I am going to run some more tests but this seems significantly more user...
I'm closing this as the pull request has been merged.
Hi Marco, I assume you are using the latest release (installed with pip) - is that correct? If you send me an image where this happens, I can try to...
Hi @marcopatacci-dotcom - I think I have fixed the bug. Let me know if it works. This looks like a pretty challenging image - you will probably need to do...
That's because I have replaced the Keras 2 model with a Keras 3 model (and didn't update the Google Colab file). You can load the new model weights like this:...