-
```
?- use_module(library(clpfd)).
true.
?- 4 #= 2*Y.
ERROR: Syntax error: Operator expected
ERROR: 4
ERROR: ** here **
ERROR: #= 2*Y .
?-
```
SWI-Prolog (threaded, 64 bits, version 9…
-
SiLU activation function added here https://github.com/pytorch/pytorch/pull/41034 is also known as Swish (see https://github.com/pytorch/pytorch/pull/41034#issuecomment-654496698 for a discussion abou…
-
I thanks source code very good
I am stuck when executing detect EfficientNet on opencv, do you have any way to fix it?
-
I trained an Efficientnet B2 model using [https://pypi.org/project/efficientnet/]
I am using
tensorflow==1.14.0
numpy==1.17.0
onnx==1.7.0
Keras==2.2.4
efficientnet==0.0.4
During the con…
-
Hi,
Thanks for sharing the exciting work! Two quick questions about the H-swish activation and the SE layer.
H-swish activation is troublesome because of its skewed distribution. Specifically fo…
-
我将你modules_ncnns.py 替换了ultralytics\nn\modules.py转换模型与没有修改是一样的:
1.yolo task=detect mode=export model=./last.pt format=onnx simplify=True opset=13
2.onnx2ncnn last.onnx last.param last.bin
yolov8n.pa…
-
Hi, I tried to quantize my nobn-float32 ncnn model to int8 model with this command.
`./ncnn2table -b=fp32.bin -p=fp32.param -o=int8.table -m=128,128,128 -n=0.01,0.01,0.01 -s=768,768 -t= 6 -i=imgs/`…
-
For Feature-request:
* describe your feature as detailed as possible
* provide link to the paper and/or source code if it exist
* attach chart/table with comparison that shows improveme…
-
Running
make clean
make src
make min
make min fails with the message:
swipl css-inline.pl swish-min.css.new
ERROR: /home/rzf/swish/web/css/css-inline.pl:17: user:main size_file/2: file `'../.…
-
In swish
1. Query
?-call(member, Y, [a,b]).
EXPECTED AND OBSERVED: shows a, waits
2. query
?- X=member,call(X, Y, [a,b]).
EXPECTED: same behavior
OBSERVED:
X=member,call(X, Y, [a,b]).
Arg…