neural-networks
Here are 3,741 public repositories matching this topic...
I am attempting to run faceswap on an NVIDIA Jetson Nano board.
A few of the required faceswap dependencies didn't have pre-built binaries for this chip architecture so I manually compiled them, including:
- opencv-python==4.1.2.30
- numpy==1.17.4
The faceswap program runs ok and I can begin to train but it always eventuall
I was going though the existing enhancement issues again and though it'd be nice to collect ideas for spaCy plugins and related projects. There are always people in the community who are looking for new things to build, so here's some inspiration
If you have questions about the projects I suggested,
-
Updated
Feb 20, 2020 - Python
transcribe.py has odd directory-scanning behavior which isn't documented
If you point --src to a directory, you get the error:
E Path in --src not existing
Looking at the code logic, the script expects a JSON file with a .catalog file extension. This is (1) not documented, and (2) not a really useful logic. It would be much better to point the script to a dir, and scan f
Migrate from IRC
Excuse me to write here, cant find another way to communicate with author.
Do you have a Russian manual sources? I'd like to make it (documentation) with Markdown, not PDF. I think it will be more github-ish way. You can contact me with solo12zw74 (at) yandex.ru.
-
Updated
Feb 20, 2020
Description:
This issue occurs when latest version of SciPy (1.2.0) is used while running this project.
Possible Cause:
Apparently, imread is deprecated and is moved to imageio.
Current Workaround:
Install SciPy version 1.1.0
Fix:
Can modify the code to use imageio.imread () instead of scipy.mis.imread()
-
Updated
Feb 20, 2020 - Python
The sonnet documentation states the about the Conv2DTranspose:
This acts as a light wrapper around the TensorFlow op
tf.nn.conv2d_transpose
abstracting away variable creation and sharing.
tf.layers.conv2d_transpose(inputs, filters=64, kernel_size=1, strides=5, padding='valid')
--> yields shape (?, 5, 5, 64)
snt.Conv2DTranspose(64, 1, 5, padding='VALID')(inputs)
--> yiel
-
Updated
Feb 20, 2020 - Python
The documentation of the Yaml config parameters is missing an explanatory entry for the optional learning_rate_schedule property, described more here.
(Sorry, not a bug, but didn't find a b
-
Updated
Feb 20, 2020 - Java
-
Updated
Feb 20, 2020 - Jupyter Notebook
-
Updated
Feb 20, 2020 - C
Sphinx (2.2.1 or master) produces the following two kinds of warnings in my environment.
duplicate object description
I think cross refs to such object is ambiguous.
autosummary: stub file not found
There are
chainer.dataset.Converterbase class andchainer.dataset.converterdecorator.
Therefore the filesystem has to allow to store `chainer.dataset.Conver
-
Updated
Feb 20, 2020 - Python
-
Updated
Feb 20, 2020
Sample on front page:
const model = new KerasJS.Model({
filepaths: {
filepaths in plural.
code for Model:
if (!filepath) {
throw new Error('[Model] path to protobuf-serialized model definition file is missing.')
}
-
Updated
Feb 20, 2020 - Python
I think there is a little typo which gives the following error:
TypeError: init() got an unexpected keyword argument 'mu'
I checked the "mixture_gaussian_gibbs.py" example and I suggest the following suggestion
params = {'loc': tf.zeros(5), 'scale': tf.ones(5)}
-
Updated
Feb 20, 2020 - Python
-
Updated
Feb 20, 2020 - Python
While I was using Your library (it is great lib!), I found two strange things.
Sorry for my English.
- In your documentation You write
# Create your new operation by inheriting from the Operation superclass:
class FoldImage(Operation):
# Here you can accept as many custom parameters as required:
def __init__(self, probability, num_of_folds):
# Call the superclass's c
When passing a two-dimensional input layer to LSTMLayer, it will break with an uninterpretable error message:
>>> lasagne.layers.LSTMLayer((10, 20), 30)
[...]
TypeError: 'numpy.float64' object cannot be interpreted as an index
The reason is that np.prod(()) returns 1.0 as a numpy.float64 instance when computing num_units: https://github.com/Lasagne/Lasagne/blob/master/lasagne
-
Updated
Feb 17, 2020 - Jupyter Notebook
The README.md doesn't indicate how to contribute. I made a local branch to fix issue #34 but when I try to push the branch I get the following error, which indicates I don't have permission.
Please indicate in the README how to contribute.
Thanks.
-
Updated
Feb 20, 2020
Improve this page
Add a description, image, and links to the 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 neural-networks topic, visit your repo's landing page and select "manage topics."

Please implement the latest examples in the examples/ folder to the docs/mkdocs.yml to see theses examples on the homepage. Perhaps a subsectioning for that many examples is necessary. See Homepage
Thank you!