Results 18 comments of Ronald Das

@lapolonio @Gpwner @bigboNed3 > finally,I figure it out. > ########################################save pb model: > > ``` > def serving_input_fn(): > label_ids = tf.placeholder(tf.int32, [None], name='label_ids') > input_ids = tf.placeholder(tf.int32, [None, FLAGS.max_seq_length],...

How do i add plugins to netdata? . I want to get the gunicorn logs to netdata and also add a custom plugin to monitor gpu

> "three": "^0.140.0" I have set `"three": "^0.140.0"` dependency, but am still unable to useRef to change controls. Example Code ``` useEffect(() => { if(globeEl.current){ globeEl.current.controls().enableZoom = false; globeEl.current.controls().autoRotate =...

https://twitter.com/SetuAarogya/status/1265281058532016128 link to tweet having the press release

Installing the pydantic plugin worked for me, am running Pycharm 2022.2.1 Build #PY-222.3739.56

> > Installing the pydantic plugin worked for me, am running Pycharm 2022.2.1 Build #PY-222.3739.56 > > It does work for me when creating new instances, but it doesn't when...

@nathanin Hi, I have been trying to compile SegNet with CUDNN v3, but my caffe compilation fails. `identifier "cudnnActivationDescriptor_t" is undefined` I am not able to compile caffe-SegNet and BVLC-Caffe...

> The rqschdulers only schedules. You have to start the RQ worker This should be mentioned in the Doc

I spent quite some time, figuring out why indexes were not being set. Can we add this in the documentation atleast? It will be helpful for people who need to...

Almost similar in geoLib https://github.com/manuelbieh/geolib/blob/master/src/isPointNearLine.ts Detects if a point is within a certain distance from the line