-
I implement attention model
```python
class AttentionLayer(Layer):
'''
Attention Layer over LSTM
'''
def __init__(self, output_dim=None, init='glorot_uniform', attn_activation=…
-
```scala
object Test {
case class A()
def equals(a1: A, a2: A): Boolean = true // extracted as equals$0
case class B()
// def foo(a: A, b: B) = equals(a, b) // doesn't compile, good…
-
### Requested By: Spencer Baird
### Priority: 2
### Version: 1.2.18
Can core and auxcore have separate core feeds? So that if Core wants to clear their feed it doesn't clear Aux's and visa versa?
Th…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR36062](https://bugs.llvm.org/show_bug.cgi?id=36062) |
| Status | NEW |
| Importance | P enhancemen…
-
```
The systems allows to save more than one spot from the same user in the
same zone.
This is a wrong behavior, and must be fixed.
However, if a different user try to save a spot with the same name…
-
안녕하세요.
공지 중에 equal에 대한 내용이 있는지 살펴봤는데 찾지를 못해서...
ocaml 이던지, racket 이던지, equal 로 비교가능한 type 은 어떤 type인가요? int, pair, bool 만 해주면 되나요? 아니면 unit (void) 도 해줘야하나요...?
-
See tests/test_marketcoin.py
@ktofu
Two identical ordermatches (created with a copied and pasted .make()) do not appear to be equal to one another, even though they should be.
As far as I can tell t…
-
I would find it useful to be able to align equals signs by padding them with spaces.
For example
```
filter p (x:xs)
| p x = x : filter p xs
| otherwise = filter p xs
```
would become
```
…
-
Comparison operators are very bad for autodiff because they admit the construction of discontinuous functions. Equals operators are particularly bad because they can't even be tested with finite diff…
-
```
What steps will reproduce the problem?
The following tests will show the problem:
{{{
Point point = new Point(1, 1);
Point point2 = new Point(1, 1);
// OK, using Point.equals(Object)
assertTrue(p…