Skip to content
#

neural-networks

Here are 3,741 public repositories matching this topic...

ines
ines commented Sep 29, 2019

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 For existing plugins and projects, check out the spaCy universe.

If you have questions about the projects I suggested,

JRMeyer
JRMeyer commented Dec 3, 2019

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

ferreirafabio
ferreirafabio commented Dec 5, 2018

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

toslunar
toslunar commented Nov 8, 2019

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.Converter base class and
  • chainer.dataset.converter decorator.

Therefore the filesystem has to allow to store `chainer.dataset.Conver

Augmentor
masyagin1998
masyagin1998 commented Nov 28, 2018

While I was using Your library (it is great lib!), I found two strange things.
Sorry for my English.

  1. 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

Improve this page

Add a description, image, and links to the neural-networks topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.