convolutional-neural-networks
Here are 4,816 public repositories matching this topic...
-
Updated
May 23, 2020 - Python
-
Updated
May 20, 2020 - Python
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
Dec 14, 2019 - Jupyter Notebook
-
Updated
May 20, 2020
-
Updated
Jun 28, 2020 - Python
-
Updated
Apr 1, 2020 - Swift
-
Updated
Nov 13, 2018 - Python
首先感谢楼主的分享,对于basic_seq2seq中的代码,运行时产生如下错误,我的tensorflow是最新的1.3.0 gpu版本,执行时所有代码均未改动,想楼主帮看看
Traceback (most recent call last):
File "D:\Workspaces\Eclipse\PythonLearn1\src\seq2seq_init_.py", line 227, in
num_layers)
File "D:\Workspaces\Eclipse\PythonLearn1\src\seq2seq_init_.py", line 189, in seq2seq_model
decoder_input)
File "D:\Workspaces\Eclipse\PythonLearn1\sr
Can you describe what modifications need to be done if I want to replace dynamic_rnn
with tf.keras.RNN
in many-to-one example as dynamic_rnn
is deprecated now.
- Explain in notebook/FAQ what non-maxima suppression is what values to set (threshold on IoU)
- Explain and provide code how to pick a good score threshold (reuse Patrick's plot which was implemented for the drone demo)
-
Updated
Mar 23, 2020 - Jupyter Notebook
-
Updated
Jul 3, 2020 - Jupyter Notebook
Add a Reddit section
Most of the people who start out new don't find a latest feed of community hyped resources on ML and DL topics. It would be pretty good if we add a Reddit section.
If you're fine with this suggestion I'll put up a PR with the update
-
Updated
Jun 1, 2020 - Python
-
Updated
Mar 22, 2017 - Python
Benchmarking
Can you please add some performance numbers to the main project docs indicating inference latency running some common hardware options e.g. AWS p2, GCP gpu instance, CPU inference, Raspbery pi, etc.
-
Updated
Dec 25, 2019 - Python
-
Updated
Jan 21, 2019 - Swift
-
Updated
Nov 22, 2019
-
Updated
Oct 12, 2019 - C++
Since many ML tasks are done on a remote server (and possibly, the cloud), an option to prevent browser from opening should be added in the launch function.
Also , what about an upload option to test new images ?
-
Updated
Mar 7, 2020 - C
Add Unit Tests
For further development of the project, it would be great to have unit tests to ensure the project code does not break with further changes/improvements. The tests go under tests folder in 2.0 branch where Python 3+ porting is happening.
Notebook Examples
-
Updated
Nov 17, 2019 - Python
I am not clear about what the iteration means. Could you explain more about it? Also, how is it related to epoch?
Thanks.
-
Updated
Jun 14, 2020 - Python
Improve this page
Add a description, image, and links to the convolutional-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 convolutional-neural-networks topic, visit your repo's landing page and select "manage topics."
Is there an overview, how the config object for the constructors of the neural network are defined?
This would be interesting:
Thank you for the great work with this library, it is realy amazing!