Sean Micek
Sean Micek
It's this one, v4 https://civitai.com/models/61086/vodka-by-followfoxai On Mon, Feb 26, 2024, 4:18 PM Dhruv Nair ***@***.***> wrote: > @openSourcerer9000 It's hard to > debug without access to the actual checkpoint. Is...
Gotcha, thanks. So would TorchModuleWrapper work with the functional or sequential API? I'm not at a computer now but something like this? ``` img_input = keras.Input(shape=(256,256 3)) text_input = keras.Input(shape=(1,),...
Happy 5th birthday to this issue 🎂 Still suffering from it in 2024
This is definitely a bug and not a feature request. I have a very basic, canonical use case: - run a model in EC2 - upload the results to S3...
I tried google Colab first but I wasn't able to get a working environment setup. After installing samgeo and its dependencies in a GPU session, the notebook was no longer...
Ah thanks that's much simpler and it does work. When I click segment in the interactive window, it does run the model, but it won't show the output segmentation layer...
The only environment that I've gotten the segmentation to work reliably is jupyterlab. However, the save button doesn't seem to work in jupyterlab. Is there a way to access the...
Any progress on this? Am hoping to incorporate the depth anything model into a keras training pipeline.
I'm so confused about this. I'm trying to run[ this example notebook](https://nbviewer.org/github/NOAA-OWP/AORC-jupyter-notebooks/blob/master/jupyter_notebooks/AORC_Zarr_notebook.ipynb), sometimes it returns data, and sometimes NaNs, even when querying the same spatiotemporal bounds on different calls! I'm...
Can you explain what you mean by special value? How does anyone actually use this in practice? Hit the bucket a hundred times waiting to see if data ever appears?...