Paul Thompson
Paul Thompson
For me this was caused by https://github.com/plusjade/jekyll-bootstrap/issues/290. I used the first workaround, https://github.com/plusjade/jekyll-bootstrap/issues/290#issue-116950860, and it worked for me.
I'm not sure if I'm on the correct track here, but I think when GTK.jl was first made, there were some fundamental differences with how libuv handled access to the...
I agree that keeping glsl code away from the user is a good thing. I've seen some WebGL strategies where they have a lot of basic shaders already written and...
First: This package is awesome. Thank you so much for putting it together. I appear to have a working version of DeepSlice with Tensorflow 2.13 and Python 3.10. I found...
The TF2 version of the model "as is" (with the softmax) has slightly different numbers on your example brain output, but "by eye" looks the same to me. I will...
I had to make some modifications to the weight file and then use that new weight file to be TF2 compatible. That is probably why there is a layer name...