Skip to content
#

optimization

Here are 2,938 public repositories matching this topic...

sb98052
sb98052 commented Jul 19, 2018

The function Realm.applyEffects has an appendGenerator argument, which seems to indicate whether it is safe to modify the current generator. It is clearly unsafe to do so when it is anticipated that the applied effects might later have to be undone. Of the 37 invocations of this function, one explicitly unsets the flag, and three explicitly set it. PR #2185 relies on this interpretation of the

simon-mo
simon-mo commented Apr 30, 2020
  /Users/travis/build/ray-project/ray/python/ray/node.py:533: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
    redis_client.hmset("webui", {"url": self._webui_url})
  /Users/travis/build/ray-project/ray/python/ray/worker.py:358: DeprecationWarning: Redis.hmset() is deprecated. Use Redis.hset() instead.
    "run_on_other_drivers": str(run_on_other_drivers),
  
sebastiantf
sebastiantf commented Jan 8, 2020

$ imagemin --plugin.webp.quality=95 --plugin.webp.preset=icon foo.png > foo-icon.webp

This example specified in the docs doesn't seem to work.

It produces the following error:

Unknown plugin: [object Object]

Did you forget to install the plugin?
You can install it with:

  $ npm install -g imagemin-[object Object]
BigFax
BigFax commented Mar 18, 2020

Would be great to have a better documentation for the minify method.

Usually, we can find the method signature with parameters and return details.
Here, I don't find any API description of this method in the README.

I had an error when doing minify(path.resolve(__dirname, 'assets/css/blabla.css')); because until now i was using an array of paths. Looks like it is not working with a sing

DietPi
mkhan037
mkhan037 commented Jan 14, 2020

The docstring in the gaussian_ei acquisition function mentions

Note that the value returned by this function should be maximized to
obtain the X with maximum improvement.

However, in the Optimizer class, we see that the next x is determined by the following code for the 'sampling' acquisition optimizer.
` values = _gaussian_acquisition(
X=X, model=est, y_op

zhaoming0
zhaoming0 commented Jan 19, 2018

Launch webdnn caffenet example fail, following this README

Env:
MacBook 10.13.2
Chrome 63.0.3239.132
WebDNN 1.1.0

Issues:

  1. Miss graph_webgl_4096.json package.
  2. Default Image URL ../../resources/imagenet/ILSVRC2012_val_00000003.JPEG not exist

Error page as below:

<img width="1201" alt="screen shot 20

bug
petterreinholdtsen
petterreinholdtsen commented Aug 15, 2016

When profiling openalpr, the profile.coz file (named profile.txt in the attachment to keep github editor happy) show that a lot of time is spent in locations in /usr/include/c++/4.9/bits/stl_vector.h and /usr/include/opencv2/core/mat.hpp (matrix operations). This is not really helpful without knowing from where the STL vector or the matrix operation is used. Perhaps Coz should be adjusted to col

mrrobot47
mrrobot47 commented Feb 6, 2019

Currently, EE_PROXY_TYPE is a constant, which is the container id of the global nginx-proxy container. It is computed every time during the initialization of an command as it is present in the runner.

The command executed for it is time consuming and also required by only a handful of commands, hence it should not be in the runner. Instead it can be replaced by a utility function which comp

Go scientific library for machine learning, linear algebra, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, graph, plotting, visualisation, tensors, eigenvalues, differential equations, more.

  • Updated May 13, 2020
  • Go
mbenz89
mbenz89 commented Nov 14, 2018

When generating a call graph, SPARK has to handle many special cases for concurrency helper classes like java.lang.Thread or android.os.AsyncTask. These classes usually have control flow properties hidden to the call graph analysis, e.g., the Thread's Thread.run method will be invoked asynchronously after calling Thread.start or AsyncTask.onPostExecute will be executed after `AsyncT

Improve this page

Add a description, image, and links to the optimization 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 optimization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.