Skip to content
#

neural-networks

Here are 4,159 public repositories matching this topic...

saeedalahmari3
saeedalahmari3 commented Apr 23, 2020

In Keras documentation, glorot_uniform says that the initializer is using Glorot Uniform from this paper. However, the Keras implementation is totally different from the equation on the paper. Also, there are some arguments such as mode ='fan_avg' is the default. It should be same as the referenced paper. 'fan_sum'. Golort uniform is shown

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,

yuis-ice
yuis-ice commented Mar 10, 2020

I did run following ones as the installation guide.

git clone https://github.com/lengstrom/fast-style-transfer.git
cd fast-style-transfer

pyenv local 2.7.9

pip2.7 install --upgrade pip
pip2.7 install virtualenv
python2.7 -m virtualenv dev
source dev/bin/activate

cat << 'EOT' > requirements.txt
tensorflow==0.11.0
Pillow==3.4.2
scipy==0.18.1
numpy==1.11.2
EOT

sudo apt
dmyersturnbull
dmyersturnbull commented May 1, 2020

This is an awesome library, thanks @ddbourgin!!

Users might not know the best way to install this package and try it out. (I didn't, so I eventually just copied the source files.)
Neither the readme nor readthedocs have install instructions.

I couldn't find it on PyPi or Anaconda, and there doesn't appear to be a pyproject.toml, setup.cfg, setup.py, or conda recipe.

Moreover, the t

bodgergely
bodgergely commented Jun 12, 2017

Upon environment timeout python client will only receive the error message "Environment in wrong status for call to observations()". Might be good to provide more information why the environment is not running anymore (due to timeout etc.)

if (!is_running(self)) {
  PyErr_SetString(PyExc_RuntimeError,
  "Environment in wrong status for call to observations()");
  return NULL;
}
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

daniel-fudge
daniel-fudge commented Sep 2, 2019

The OpenAI Gym installation instructions are missing reference to the "Build Tools for Visual Studio 2019" from the following site.

https://visualstudio.microsoft.com/downloads/

I also found this by reading the following article.
https://towardsdatascience.com/how-to-install-openai-gym-in-a-windows-environment-338969e24d30

Even though this is an issue in the OpenAI gym, a note in this RE

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.