-
Hi,
I tried to do multitask learning based your code. Here is the problem:
After training process, I need graph to decode the model. But when I use utils/mkgraph, I met this:
> tree-info /exp/m…
-
MXNet version:
```
pip list | grep mx
mxnet 1.6.0b20190830
```
Sample code:
```
>>> len = mx.nd.array([1,2]);
>>> x = mx.nd.array([[1,2],[3,4]]);
>>> mx.nd.softmax(data=x,…
-
Hi, developers of faust:
In the test of the binary faust instrumented with ASAN. There is a stack-overflow vulnerability in `/build/bin/faust`, `/faust/compiler/boxes/ppbox.cpp:401` in boxppShared::p…
-
These are various tasks that could be done to improve further the HLOS:
- [x] implement setjmp/longjmp (exceptions)
- [x] custom memory allocator with OS memory mapping
- [ ] implement free() + sep…
-
Hello FLIF team,
As part of our fuzzing efforts at Google, we have identified an issue affecting FLIF (tested with revision 53ea74017b1b8e97b7f5ac04dde209002efeb451). To reproduce, we are attach…
-
Jira Link: [DB-7863](https://yugabyte.atlassian.net/browse/DB-7863)
### Description
Observed segmentation fault (SIGSEGV) while running Stress Tests. The issue appears to be related to metric writin…
-
Hi, I found segfault on unknown address in mp4file.cpp:2662. It seems to occur because `sample` could not get a valid reference in `pChapterTrack->ReadSample` on line 2655.
## Abstract
Segmentatio…
-
### Environment
```
OS : Linux ubuntu 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Commit : 3054d61f703d609995798f872fc86b462617c294
Ve…
-
should probably be fixed, it's annoying:
```
i1 : R=QQ[x]
o1 = R
o1 : PolynomialRing
i2 : I=ideal R
o2 = ideal ()
o2 : Ideal of R
i3 : irreducibleCharacteristicSeries I
-- SIGSEGV…
-
A new test that uses S3 was added in this [PR](https://github.com/ClickHouse/ClickHouse/pull/43014). AST fuzzer found `terminate()` call while running that new test ([backtrace](https://pastila.nl/?00…
serxa updated
1 month ago