-
Hi, I am in a process of designing and testing both Document and Graph data models of OrientDB. It is clear that if one wants bidirectional links in Document model you have to write the code to manage…
-
Hi @hq-jiang,
Nice work for discriminative loss.
I am trying to use your code for other data such as cityscapes or CVPPP (leaf segmentation) as discussed in the original paper. I would like to a…
-
Some of the UI tooltips mention a "cmd" key, which doesn't exist in Windows. Commands which use the cmd key don't seem to work when using any of the common Windows modifier keys. I tried ctrl, alt, fn…
-
# Dense Prediction API Design, Including Segmentation and Fully Convolutional Networks
This issue is to develop an API design for dense prediction tasks such as Segmentation, which includes Fully C…
-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
While working on a new WebVR project, it somehow felt that `setRenderLoop()` would be a better name than `animate()` but I'm unsure.
```js
var renderer = new THREE.WebGLRenderer();
renderer.setPi…
-
The current Go language does not support tail calls, because they affect `runtime.Callers` and stack backtraces and the like. Because `runtime.Callers` in particular must be predictable for Go progra…
-
-
Let's use this thread to discuss actual design considerations for an actual hooks API.
Prior references:
- [#1063: Provide React Hooks](https://github.com/reduxjs/react-redux/issues/1063)
- […
-
Let's say you have an IQuadruped interface:
```
public interface IQuadruped
{
public Leg FrontLeftLeg { get; set; }
public Leg FrontRightLeg { get; set; }
public Leg BackLeftLeg { get; se…