-
Forward based Schottky diode won't protect from inductive spike from switching an inductor. Instead it'll just hold the charge until MOSFET or diode dies. This is shown by the inductive spike from sim…
-
Here's my initial thoughts about this language:
+ Conversion check should be nominal for simplicity
+ Only case-tree instantiation need to be supported
+ Surface syntax should be considerate of p…
-
There are many pieces of puzzles. People from three streams (traditional model, grounded theory, abduction) pick up the puzzles they like and put them in the bags. They give their bag a name to differ…
-
I find partial type signatures to make code prohibitively hard to reason about but good to aid the development complex type-level invariants. My hunch is that leaving them in library code will cause …
-
#### Description of the problem
Some types can't be extracted to OCaml, Scheme, or JSON but can be extracted to Haskell:
```
The informative inductive type sigT has a Prop instance
in type_and…
-
Hello,
I was looking under the pin group and I didn't see a pin specific for "auto power off after print", I am assuming that PS_ON_PIN?
I am using an inductive z probe and I wanted to know the m…
-
Hi,
I tried to reproduce the results on AwA1, without any modification on your code and data. However, I got
best_ep: 829, zsl: 0.6889, gzsl: seen=0.7759, unseen=0.5984, h=0.6757
zsl: 0.6889, gz…
-
hi! thanks for this contribution! I'm trying to understand your code but not understanding why the `tgan` layers don't receive any gradient for backprop. At this [line](https://github.com/StatsDLMaths…
-
AIM XXIII, with Nisse and Andrea:
``` agda
open import Common.Size
data SizeLt (i : Size) : Set where
size : (j : Size< i) → SizeLt i
-- Legal again in 2.5.1
getSize : ∀{i} → SizeLt i → Size
getS…
-
Hi, I'm looking to use motioneye to create a dataset for ai training. I want to install a inductive sensor to a pi's GPIO pin and have motioneye take one picture every time the sensor is activated. Th…