deep-neural-networks
Here are 3,579 public repositories matching this topic...
-
Updated
Jun 7, 2020 - Python
-
Updated
Dec 25, 2019 - TeX
What's the ETA for updating the massively outdated documentation?
Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.
-
Updated
Jun 10, 2020 - Python
-
Updated
Mar 16, 2020 - Python
File "E:\New folder\multi-person-openpose.py", line 166, in
net = cv2.dnn.readNetFromCaffe(protoFile, weightsFile)
cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1132: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "pose/coco/pose_iter_440000.caffemodel" in function 'cv::dnn::ReadProtoFromBinaryFile'
-
Updated
Jun 10, 2020 - C
-
Updated
Apr 26, 2020
The README.rst file contains a link deepforger.com, which now leads to some Chinese site instead of the neural doodle web service. Needs an update :)
-
Updated
Aug 14, 2019 - TypeScript
Several parts of the op sec like the main op description, attributes, input and output descriptions become part of the binary that consumes ONNX e.g. onnxruntime causing an increase in its size due to strings that take no part in the execution of the model or its verification.
Setting __ONNX_NO_DOC_STRINGS
doesn't really help here since (1) it's not used in the SetDoc(string) overload (s
-
Updated
Nov 21, 2018 - Shell
Congratulations on a wonderful project.
Would you be able to provide the Python code for Unet_Ushape and the other examples for which it is not currently provided?
Thanks much -- Ian
-
Updated
Jun 8, 2020
-
Updated
May 24, 2020
Prerequisites
Please fill in by replacing
[ ]
with[x]
.
- Are you running the latest
bert-as-service
? - Did you follow the installation and the usage instructions in
README.md
? - Did you check the [FAQ list in
README.md
](https://github.com/hanxiao/bert-as-se
Is your feature request related to a problem? Please describe.
Other related issues: #408 #251
I trained a Chinese model for spaCy, linked it to [spacy's package folder]/data/zh
(using spacy link
) and want to use that for ludwig. However, when I tried to set the config for ludwig, I received an error, which tell me that there is no way to load the Chinese model.
ValueError: Key ch
I created a virtual environment using conda and I installed darkflow and it worked pretty well. I later exported the environment to try it on another computer to verify that everything works. But conda doesn't install the darkflow even though it exists on the requirement.txt
-
Updated
Jun 10, 2020
According to scipy, scipy.misc.toimage()
toimage is deprecated! toimage is deprecated in SciPy 1.0.0, and will be removed in 1.2.0. Use Pillow’s Image.fromarray directly instead.
which is used on line 46 of utils/visualizer.py is now a deprecated function under the newest scipy version. As a result this co
Now we follow the official documents to build and test tensorflow serving with latest dev docker image. The examples can not be run successfully because the tensorflow version is 2.1.0 in tensorflow/serving:latest-devel
while the examples code like mnist_saved_model.py
still uses TensorFlow 1.x APIs.
We should upgrade the examples to TensorFlow 2 so that users can build and test with latest
-
Updated
Jun 11, 2020 - Python
已经按照https://www.yuque.com/mnn/cn/cvrt_windows的步骤 ,安装好了protobuf。
但是在进行编译模型转换工具步骤时报错如下:
步骤为:
cd tools/converter
mkdir build
cd build
cmake -G "Ninja" -DMNN_BUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release ..
想知道问题是什么,感谢~
-
Updated
Jun 11, 2020 - Jupyter Notebook
In operations_broadcast_test.go there are some tests that are not yet filled in. The point is to test that broadcasting works for different shapes. The semantics of broadcast probably isn't clear, so please do send me a message for anything.
This is a good first issue for anyone looking to get interested
-
Updated
May 19, 2020 - Jupyter Notebook
-
Updated
Jun 11, 2020 - HTML
-
Updated
Jun 1, 2020 - Python
benchdnn help CLI
Just a suggestion to add a "--help" support to benchdnn.
As today benchdnn does nt seem to have a --help support, the doc being only available online on this page:
https://github.com/intel/mkl-dnn/tree/master/tests/benchdnn
the proposal is to add a minimum of "print usage" to the benchdnn CLI tool.
Environ
Improve this page
Add a description, image, and links to the deep-neural-networks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the deep-neural-networks topic, visit your repo's landing page and select "manage topics."
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
example script provided in TensorFlow): Yes