William Simpson

Results 10 comments of William Simpson

I have ran it on a laptop with 3gigvram, you should just try it, it also works on CPU but would be slow

I used AMD GPU on Mac with the apple metal plugin https://developer.apple.com/metal/tensorflow-plugin/ > On Apr 8, 2023, at 06:15, Bas ***@***.***> wrote: > >  > I have ran it...

Okay. Well the answer is yes. It can run on AmD and it can run on low vram

What size did you try to make the image? > On May 1, 2023, at 09:22, dentistfrankchen ***@***.***> wrote: > > self._check_size_of_dimensions(input_shape

For me it was related to the Timepicker component. Only noticed the error when I was playing around with my route components and rendering various test pages. Solution, I removed...

Same issue. `rvm install ruby-3.2.2 --reconfigure --enable-yjit --with-openssl-dir=$(brew --prefix openssl@3)` worked

In my real project the top line will be an icon representing the weather on the hour. The code for which icon to display will be from the azure weather...

Well the issue I was reporting was that the lines are not syncing on render, once I move the brush the lines sync up but on that first finished render...

My workaround solution, is to add another brush component, inside the first responsive container. ` ` This keeps the 2 graphs in sync on render.

I've updated the code sandbox with the work around solution. https://codesandbox.io/p/sandbox/bar-chart-with-brush-forked-jvyqrs Just comment out the Brush with height 0 and the bug reappears