-
Updated
Jan 10, 2020 - HTML
cnn
Here are 4,380 public repositories matching this topic...
-
Updated
May 17, 2020 - C++
Hi I would like to propose a better implementation for 'test_indices':
We can remove the unneeded np.array casting:
Cleaner/New:
test_indices = list(set(range(len(texts))) - set(train_indices))
Old:
test_indices = np.array(list(set(range(len(texts))) - set(train_indices)))
I tried some RNN regression learning based on the code in the "PyTorch-Tutorial/tutorial-contents/403_RNN_regressor.py" file, which did not work for me at all.
According to an accepted answer on stack-overflow (https://stackoverflow.com/questions/52857213/recurrent-network-rnn-wont-learn-a-very-simple-function-plots-shown-in-the-q?noredirect=1#comment92916825_52857213), it turns out that the li
-
Updated
Jun 26, 2020 - C++
-
Updated
Jun 19, 2020 - Python
-
Updated
Apr 1, 2020 - Swift
-
Updated
Jun 28, 2020 - Python
-
Updated
Jun 23, 2020 - Jupyter Notebook
-
Updated
May 30, 2020 - Python
-
Updated
May 19, 2019 - Python
-
Updated
May 10, 2020 - Python
-
Updated
Mar 23, 2019 - Python
-
Updated
Jun 12, 2020 - Jupyter Notebook
-
Updated
Jan 3, 2019 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Apr 11, 2020 - Python
-
Updated
Jun 24, 2020
-
Updated
Jun 19, 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
Jun 17, 2020 - C++
-
Updated
Apr 18, 2020
-
Updated
Feb 27, 2019 - Jupyter Notebook
flake8 testing of https://github.com/CSAILVision/places365 on Python 3.7.1
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./train_placesCNN.py:66:14: E999 SyntaxError: invalid syntax
print args
^
./docker/run_scene.py:36:10: E999 SyntaxError: invalid syntax
print i, labels[k]
^
2 E999 Sy
-
Updated
Apr 2, 2020
-
Updated
Jun 22, 2020 - Jupyter Notebook
In augmentation, elastic_transform, it only applies a random transform on one input image array. I would think to be used for training, the image and mask pair should be transform in the same way. However, this single-input-image, single-output-image method makes it very inconvenient. Could we deform a list of images (np.arrays) using the same transformation in this method ? Thanks!
-
Updated
Apr 11, 2020 - Python
Improve this page
Add a description, image, and links to the cnn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cnn topic, visit your repo's landing page and select "manage topics."

That means I have to install these three separately?
Install opencv with anaconda again?