odinsbane

Results 45 comments of odinsbane

Here is an image that I converted to xml/h5. When you open it there are two series, they're the same image at different resolutions. When I go to image ->...

Thank you for the quick response. I can easily put together an example from what I have. Maybe you can help me before I start uploading things. I have a...

I tried a version of the build script using an h5 version of the tensorflow model, and everything seems to be working. It created a zip file and I am...

That worked! I think it worked because it created the bioimage-model zip file. It could be helpful if the documentation said that the directory needs to be zipped, that they...

I can close this issue, but I just want to make sure. Is there another way to test the model? For me I had to work through fixing the data,...

Okay, I finally got around to using the bioimageio test-model! If I use the h5 version of the saved tensorflow model, then the tests pass. When I use the .zip...

It's a large file, so I am looking at uploading it or making an example. I think though, looking at the temp folder the problem is the way the file...

Actually, this simple example did finally finish with tensorflow, It took 9 minutes. If I hide the gpu by `export CUDA_VISIBLE_DEVICES=""` then it finishes in 5 seconds. If I try...

In the notebook you provided it says, the model has no trainable weights. When I ran it, the last layer was trainable. Does that make a difference? On Wed, Jan...

The layer I add, I give it the name train_me so it has trainable weights. I am not sure how that got removed from the example. On Thu, Jan 18,...