croraf

Results 17 issues of croraf

This is due to intermediate servers (proxies) randomly drop TCP connections. I propose solution to add socket.io transport.

I'm testing the model provided in node-js example https://github.com/tensorflow/tfjs-examples/blob/master/mnist-node/model.js to classify images of numbers into classes 0 to 9. It is a `tf.sequential()` model, and its final layer is `model.add(tf.layers.dense({...

comp:node.js
type:others

```py import torchxrayvision as xrv import skimage, torch, torchvision # Prepare the image: #img = skimage.io.imread("16747_3_1.jpg") img = skimage.io.imread("covid-19-pneumonia-58-prior.jpg") #img = skimage.io.imread("test2.png") img = xrv.datasets.normalize(img, 255) # convert 8-bit image...

## Describe the issue and the actual behavior The minus for negative numbers is put before the prefix. For example `-EUR 20,000.00` instead of `EUR -20,000.00` which would be more...

I want this logic in invalidatesTags: ``` invalidatesTags: (_, __, body) => { return body.meetingId ? ["Meetings", "Meeting Item"] : ["Meetings"]; } ``` but maybe would be nice if in...

enhancement
rtk-query