text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
**System information**. * Have I written custom code (as opposed to using a stock example script provided in Keras): No * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): glinux 5.17.11-1rodete2-amd64 * TensorFlow installed from (source or binary): binary * TensorFlow version (use command below): 2....
**System information**. * Have I written custom code (as opposed to using a stock example script provided in Keras): No * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): glinux 5.17.11-1rodete2-amd64 * TensorFlow installed from (source or binary): binary * TensorFlow version (use command below): 2....
1
testSanity(io.druid.curator.announcement.AnnouncerTest) Time elapsed: 61.107 sec <<< ERROR! java.lang.Exception: test timed out after 60000 milliseconds at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) at java.util.concurrent.locks.AbstractQueued...
ERROR: type should be string, got "\n\nhttps://travis-ci.org/druid-io/druid/jobs/101730020\n\n \n \n testSanity(io.druid.curator.announcement.AnnouncerTest) Time elapsed: 61.019 sec <<< ERROR!\n \n java.lang.Exception: test timed out after 60000 milliseconds\n \n at sun.misc.Unsafe.park(Native Method)\n \n at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n \n at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)\n \n at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)\n \n at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)\n \n at org.apache.curator.test.Timing.awaitLatch(Timing.java:120)\n \n at io.druid.curator.announcement.AnnouncerTest.testSanity(AnnouncerTest.java:101)\n \n\n"
1
seaborn 0.9.0, installed via pip. I have 10 rows, trying to create pairplot. The plot works fine until I set the hue to a string (object) column that has 4 categories with the breakdown of (4, 3, 2, 1). Stack trace below: ValueError Traceback (most recent call last) ...
Update of matplotlib from 3.6.0 to 3.6.1 breaks pairplot **Versions** seaborn 0.12.0 matplotlib 3.6.1 I tested the code with matplotlib 3.6.0 and it works with this version. I assume that this PR matplotlib/matplotlib#23751 breaks this workaround: 138 # bar() needs masked, not empty dat...
0
import { firefox, chromium } from "playwright" async function main() { let browser = await firefox.launch({ headless: false }) let context = await browser.newContext() let page = await context.newPage() let page1 = await context.newPage() await page.g...
Was expecting a new tab I am not sure if I've seen this before when using puppeteer
1
Putting struct Foo end struct Bar end for t in (Foo, Bar) @eval (::$t)(x) = 1 end in a a package and using the `--warn-overwrite=yes` option, Julia will warn with WARNING: Method definition Any(Any) in module Dup at /Users/kristoffercarlsson/julia/Dup/src/D...
`atstart()` function (or `atinit()`) similar to `atexit()`, but it runs the functions from Main just after reloading the system image or just after finishing the definition of a module The existing functions `reinit_stdio()` and `librandom_init()` would be switch to being registered this way.
0
I have to admit that I don't understand the formal properties of the type system well enough to tell whether this could cause trouble, and also not clear whether this could be done in a 1.x release at all. With those caveats: The current behavior, that any subtype check with `Union{}` on the left hand side will retu...
I found that there is a pitfall with dispatching on custom parameterized types due to `Type{Union{}} <: Type{<:MyType}` (JuliaArrays/StaticArrays.jl#685). Borrowing @c42f's example, the problem is that: > > julia> foo(::Type{T}) where {T} = "generic" > julia> foo(::Type{<:Int}) = "special" > julia> foo(U...
1
# Description of the new feature/enhancement As far as I can see, there is no option to make the cursor see through, like in Mintty, for example. There is the "emptyBox" cursor shape, but that one feels very unfamiliar when editing text. # Proposed technical implementation details (optional) Either allow rgba (lik...
# Summary of the new feature/enhancement When `cursorShape` is set to `filledBox`, it hides the character under it: ![image](https://user- images.githubusercontent.com/652769/59292879-c271c480-8c32-11e9-8a58-5d151e6886b0.png) (The command is `cat /etc/os-release`) This is a bit annoying. It will be helpful if t...
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.6.5 * Operating System version: win10 * Java version: 1.8 ### Steps to reproduce this issue ...
* [*] I have searched the issues of this repository and believe that this is not a duplicate. * [*] I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.5 * Operating System version: CentOS 7.6 * Java version: 1.8.0 ### Steps to reproduc...
0
why not update the `default_filters` when `copy_dash` with `duplicate_slices`?just update the `positions`? Is this a feature or bug?
Users have requested the ability to custom order the bars on a bar chart. Seems like a reasonable request. Airbnb Jira: https://jira.airbnb.biz/browse/PRODUCT-19523
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME copy module ##### ANSIBLE VERSION ansible 2.2.0.0 config file = configured module search path = Default w/o overrides ##### CONFIGURATION [defaults] gathering = smart gather_subset = !virtual,!facter,!oha...
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME module_utils/junos ##### ANSIBLE VERSION 2.5 ##### SUMMARY Refactor junos modules common library to use CLIconf plugin
0
Hi there, There is many discusses about babel v6 and customElements v1, see: * #4480 * WICG/webcomponents#423 * WICG/webcomponents#587 * http://stackoverflow.com/questions/41414034/transpiling-class-based-web-components-with-babel ... and there is some solution out there: * https://github.com/WebReflect...
The Esperanto module transpiler seems so far to be the module transpiler with the best spec compliance for tricky edge cases like live binding (#1117) and circular imports. We're using it in Ember CLI, and it works great in practice. Perhaps there are, conversely, some nice things in the Babel module code that Esper...
0
Full paths such as `c:\Users\Foobar\Desktop\baz.txt` The convention in windows is to have drive names in uppercase (`C:\`)
A really small nitpick, but I feel like the drive letter should be capitalized. Explorer capitalizes it (`C:\Servers\[...]`) and so does Notepad++. It's been lowercase since I started trying out Atom (before 0.100.0). Also replicated in safe mode (kinda, since I didn't have any packages at the very beginning).
1
# Environment Windows build number: [Version 10.0.18362.836] PowerToys version: v0.18.1 PowerToys: PowerToys Run # Steps to reproduce With PowerToys installed and running, press `Alt` \+ `Space` from any screen. # Expected behavior PowerToys Run popup shows up to start typing a comman...
# Summary of the new feature/enhancement 1. keeping selected windows always on top 2. allowing user easily editing their right click content menu(files, folders, backgound) content menu in windows are too long, softwares can easily add their shortcuts into it but hard to delete. is there any way that can make ...
0
Please add support for custom non-standard DOM events, ideally through a public API but if that's a "no go" at least some way that would not require forking the code base. Here is my attempt of exposing non-standard events after getting some insights on IRC, unfortunately it still does not work (as event listeners a...
Describe what you were doing when the bug occurred: I couldn't reproduce it. * * * ## Please do not remove the text below this line DevTools version: 4.8.2-fed4ae024 Call stack: at getChartData (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:18061:32) at ProfilingCache.getFlamegraphChartDa...
0
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** When using splitChunks, if dealing with a simple project it's working but in more complexe project with multiples inclusions, some dependencies are created for entry points that are not needed. The old commonChunk pl...
I need to make two versions of a bundle using different loaders. Is there a way to define bundle specific loaders? The only way I can think of that this can be done at the moment is two have two separate webpack configurations and run webpack build twice. This is far from ideal since this duplicates compilation of ...
0
**I'm submitting a ...** (check one with "x") [ ] bug report [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** There doesn't seem to be a good wa...
**I'm submitting a ...** (check one with "x") [ ] bug report [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** When navigating via the router servi...
1
# Environment Microsoft Windows [Version 10.0.18362.239] Windows Terminal (Preview) Version: 0.3.2171.0 WSL Ubuntu 16.04.6 tmux 2.1 or htop 2.0.1 or vim # Steps to reproduce 1. Launch WSL session in Windows Terminal 2. Hit enter a few times to generate few lines of output 3. Select the lines with mous...
Your Windows build number: 10.0.18890.1000 What you're doing and what's happening: Acrylic transparency is turned on in config and working when window is active. But as soon as the window becomes inactive the acrylic transparency turns off. Turns back on when window becomes active. What's wrong / what should be hap...
0
Now twisted supports only HTTP/0 or HTTP/1, Is there any way we can add hyper to integrate **scrapy** with HTTP/2.
I peeked at the docs, at the issues but couldn't find any info about HTTP 2 support. Does `scrapy` support it?
1
This module looks vaguelly like pub mod os { pub mod consts { ... various reexports ... pub mod android { ... } pub mod linux { .... } } } All constants for all platforms are available to all platforms. There is no bound to the number of public modules...
Range has a type bound on ToPrimitive so that it can have a size_hint. It does not need this to function, and the size_hint is just an optional nicety. It'd be nice if there were some way to express this with the type system; this "optional" type bound makes the interface less generic (though it's not that big of a ...
0
### Describe your issue. Hi, Not sure what's going on here: > python -c "import scipy.stats; print('PASS')" PASS > python -c "from scipy.stats import F_onewayResult; print('PASS')" Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: cannot i...
I have a fast Cython implementation of a Sobol low-discrepancy quasi-random number generator using Owen scrambling. On top of that I have some transformations (inverse transform, Box-Muller) that make it easy to draw quasi-MC samples from, say, a multivariate normal distribution. This code has been used successfully ...
0
Getting this ICE: error: internal compiler error: trying to take the sizing type of A, an unsized type when compiling this: enum A { B(char), C([Box<A>]), } fn c(c:char) -> A { return B(c) } pub fn main() { } Heard on IRC that pinging @nick...
Hello, I don't know if this is related to #16822 or not. I was following the example here http://doc.rust-lang.org/getopts/ and wanted to tweak it so the `program` is only the filename, not the whole path to it. So I started hacking around and extracted it into a function, which resulted into this error. I'm new to...
1
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting **Current behavior** If you have a lot of form controls in template and compile with AOT, webpack build will hang for a long time or seemingly never complete. In the below ...
**I'm submitting a ...** (check one with "x") [X ] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
0
# What / Why For better or for worse the content within package.json has been growing with greater and greater complexity. In the nascent days of npm, the file was simply just some metadata on the dependencies that a project/package depended on. Projects grew in complexity and now testing, frameworks, other librarie...
# > n/a the contents of the associated log file are 0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js', 1 verbose cli 'info', 1 verbose cli 'cordova' 1 verbose cli ] 2 info using...
0
Hi folks, I'm getting an ICE from the following code fragment: let xy: Vec<u8> = vec![0,1,2,3]; let slice = xy.as_ptr() as *const [u8]; rustc version is workstation:~# rustc --version rustc 1.0.0-nightly (2baf34825 2015-04-21) (built 2015-04-22) backtrace results: ...
extern crate libc; fn main() { unsafe { let data = libc::malloc(100); let data_vec = data as *mut [u8]; } } $ rustc --version rustc 1.0.0-nightly (890293655 2015-02-28) (built 2015-03-01) $ RUST_BACKTRACE=1 rus...
1
ERROR: type should be string, got "\n\nhttps://app.circleci.com/pipelines/github/pytorch/pytorch/217203/workflows/9228f0bf-\ned03-47fe-9a3d-dc736b8e14c3/jobs/7653966/steps\n\nSame as #40434, but for TensorPipe backend\n\n \n \n Sep 21 23:53:07 ERROR:root:Caught exception: \n Sep 21 23:53:07 Traceback (most recent call last):\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/common_distributed.py\", line 246, in wrapper\n Sep 21 23:53:07 fn()\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/dist_utils.py\", line 70, in new_test_method\n Sep 21 23:53:07 return_value = old_test_method(self, *arg, **kwargs)\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 481, in test_backward_ddp_inside\n Sep 21 23:53:07 self._do_test(DdpMode.INSIDE)\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 455, in _do_test\n Sep 21 23:53:07 self._master_process(ddp_mode, simulate_uneven_inputs)\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 377, in _master_process\n Sep 21 23:53:07 ddp_mode, simulate_uneven_inputs, remote_em_rref, remote_net_rref\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 423, in do_test_on_master\n Sep 21 23:53:07 ddp_grads, non_ddp_grads = future.wait()\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/rpc/internal.py\", line 177, in _handle_exception\n Sep 21 23:53:07 raise result.exception_type(result.msg)\n Sep 21 23:53:07 AssertionError: On WorkerInfo(id=0, name=worker0):\n Sep 21 23:53:07 AssertionError('On WorkerInfo(id=0, name=worker0):\\nAssertionError(\\'Default process group is not initialized\\')\\nTraceback (most recent call last):\\n File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/rpc/internal.py\", line 164, in _run_function\\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\\n File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 186, in __init__\\n if ddp_mode in (DdpMode.INSIDE, DdpMode.OUTSIDE)\\n File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py\", line 1979, in new_group\\n _check_default_pg()\\n File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py\", line 211, in _check_default_pg\\n \"Default process group is not initialized\"\\nAssertionError: Default process group is not initialized\\n')\n Sep 21 23:53:07 Traceback (most recent call last):\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/rpc/internal.py\", line 164, in _run_function\n Sep 21 23:53:07 result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 78, in _call_method\n Sep 21 23:53:07 return method(rref.local_value(), *args, **kwargs)\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/rpc/internal.py\", line 177, in _handle_exception\n Sep 21 23:53:07 raise result.exception_type(result.msg)\n Sep 21 23:53:07 AssertionError: On WorkerInfo(id=0, name=worker0):\n Sep 21 23:53:07 AssertionError('Default process group is not initialized')\n Sep 21 23:53:07 Traceback (most recent call last):\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/rpc/internal.py\", line 164, in _run_function\n Sep 21 23:53:07 result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 186, in __init__\n Sep 21 23:53:07 if ddp_mode in (DdpMode.INSIDE, DdpMode.OUTSIDE)\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py\", line 1979, in new_group\n Sep 21 23:53:07 _check_default_pg()\n Sep 21 23:53:07 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py\", line 211, in _check_default_pg\n Sep 21 23:53:07 \"Default process group is not initialized\"\n Sep 21 23:53:07 AssertionError: Default process group is not initialized\n \n\ncc @ezyang @gchanan @zou3519 @pietern @mrshenli @pritamdamania87 @zhaojuanmao\n@satgera @gqchen @aazzolini @rohan-varma @xush6528 @jjlilley @osalpekar\n@jiayisuse @lw @beauby\n\n"
ERROR: type should be string, got "\n\nhttps://app.circleci.com/pipelines/github/pytorch/pytorch/217196/workflows/15141629-1343-446c-a9cf-230f9c6b4527/jobs/7655526/steps\n\nProbably same issue as #40434, which affects ProcessGroup.\n\n \n \n Sep 22 01:48:29 test_backward_ddp_inside (__main__.TensorPipeDdpUnderDistAutogradTestWithSpawn) ... 2020-09-22 01:48:29,011 ddp_under_dist_autograd_test.py:342 INFO p:process 0 t:MainThread: Running the trainer #0...\n Sep 22 01:48:29 2020-09-22 01:48:29,012 ddp_under_dist_autograd_test.py:344 INFO p:process 0 t:MainThread: Initing trainer process group by trainer #0 with ranks [0, 1, 2, 3]\n Sep 22 01:48:29 2020-09-22 01:48:29,012 ddp_under_dist_autograd_test.py:342 INFO p:process 1 t:MainThread: Running the trainer #1...\n Sep 22 01:48:29 2020-09-22 01:48:29,012 ddp_under_dist_autograd_test.py:342 INFO p:process 2 t:MainThread: Running the trainer #2...\n Sep 22 01:48:29 2020-09-22 01:48:29,012 ddp_under_dist_autograd_test.py:344 INFO p:process 1 t:MainThread: Initing trainer process group by trainer #1 with ranks [0, 1, 2, 3]\n Sep 22 01:48:29 2020-09-22 01:48:29,012 ddp_under_dist_autograd_test.py:344 INFO p:process 2 t:MainThread: Initing trainer process group by trainer #2 with ranks [0, 1, 2, 3]\n Sep 22 01:48:29 2020-09-22 01:48:29,012 ddp_under_dist_autograd_test.py:342 INFO p:process 3 t:MainThread: Running the trainer #3...\n Sep 22 01:48:29 2020-09-22 01:48:29,013 ddp_under_dist_autograd_test.py:344 INFO p:process 3 t:MainThread: Initing trainer process group by trainer #3 with ranks [0, 1, 2, 3]\n Sep 22 01:48:29 2020-09-22 01:48:29,013 ddp_under_dist_autograd_test.py:328 INFO p:process 4 t:MainThread: The remote worker is running.\n Sep 22 01:48:29 2020-09-22 01:48:29,013 ddp_under_dist_autograd_test.py:362 INFO p:process 5 t:MainThread: Running the master process...\n Sep 22 01:48:29 2020-09-22 01:48:29,016 ddp_under_dist_autograd_test.py:353 INFO p:process 1 t:MainThread: Waiting for shutdown signal on trainer #1...\n Sep 22 01:48:29 2020-09-22 01:48:29,017 ddp_under_dist_autograd_test.py:353 INFO p:process 2 t:MainThread: Waiting for shutdown signal on trainer #2...\n Sep 22 01:48:29 2020-09-22 01:48:29,017 ddp_under_dist_autograd_test.py:353 INFO p:process 3 t:MainThread: Waiting for shutdown signal on trainer #3...\n Sep 22 01:48:29 2020-09-22 01:48:29,018 ddp_under_dist_autograd_test.py:375 INFO p:process 5 t:MainThread: Created remote rrefs on master\n Sep 22 01:48:29 2020-09-22 01:48:29,019 ddp_under_dist_autograd_test.py:93 INFO p:process 4 t:Dummy-1: Initing RemoteEM with 2 3\n Sep 22 01:48:29 2020-09-22 01:48:29,020 ddp_under_dist_autograd_test.py:119 INFO p:process 4 t:Dummy-1: Initing RemoteNet with 5 3\n Sep 22 01:48:29 2020-09-22 01:48:29,032 ddp_under_dist_autograd_test.py:353 INFO p:process 0 t:MainThread: Waiting for shutdown signal on trainer #0...\n Sep 22 01:48:29 ERROR:root:Caught exception: \n Sep 22 01:48:29 Traceback (most recent call last):\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/common_distributed.py\", line 246, in wrapper\n Sep 22 01:48:29 fn()\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/dist_utils.py\", line 70, in new_test_method\n Sep 22 01:48:29 return_value = old_test_method(self, *arg, **kwargs)\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 481, in test_backward_ddp_inside\n Sep 22 01:48:29 self._do_test(DdpMode.INSIDE)\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 455, in _do_test\n Sep 22 01:48:29 self._master_process(ddp_mode, simulate_uneven_inputs)\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 377, in _master_process\n Sep 22 01:48:29 ddp_mode, simulate_uneven_inputs, remote_em_rref, remote_net_rref\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 423, in do_test_on_master\n Sep 22 01:48:29 ddp_grads, non_ddp_grads = future.wait()\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/rpc/internal.py\", line 177, in _handle_exception\n Sep 22 01:48:29 raise result.exception_type(result.msg)\n Sep 22 01:48:29 AssertionError: On WorkerInfo(id=0, name=worker0):\n Sep 22 01:48:29 AssertionError('On WorkerInfo(id=0, name=worker0):\\nAssertionError(\\'Default process group is not initialized\\')\\nTraceback (most recent call last):\\n File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/rpc/internal.py\", line 164, in _run_function\\n result = python_udf.func(*python_udf.args, **python_udf.kwargs)\\n File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 186, in __init__\\n if ddp_mode in (DdpMode.INSIDE, DdpMode.OUTSIDE)\\n File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py\", line 1979, in new_group\\n _check_default_pg()\\n File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py\", line 211, in _check_default_pg\\n \"Default process group is not initialized\"\\nAssertionError: Default process group is not initialized\\n')\n Sep 22 01:48:29 Traceback (most recent call last):\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/rpc/internal.py\", line 164, in _run_function\n Sep 22 01:48:29 result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 78, in _call_method\n Sep 22 01:48:29 return method(rref.local_value(), *args, **kwargs)\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/rpc/internal.py\", line 177, in _handle_exception\n Sep 22 01:48:29 raise result.exception_type(result.msg)\n Sep 22 01:48:29 AssertionError: On WorkerInfo(id=0, name=worker0):\n Sep 22 01:48:29 AssertionError('Default process group is not initialized')\n Sep 22 01:48:29 Traceback (most recent call last):\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/rpc/internal.py\", line 164, in _run_function\n Sep 22 01:48:29 result = python_udf.func(*python_udf.args, **python_udf.kwargs)\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py\", line 186, in __init__\n Sep 22 01:48:29 if ddp_mode in (DdpMode.INSIDE, DdpMode.OUTSIDE)\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py\", line 1979, in new_group\n Sep 22 01:48:29 _check_default_pg()\n Sep 22 01:48:29 File \"/Users/distiller/workspace/miniconda3/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py\", line 211, in _check_default_pg\n Sep 22 01:48:29 \"Default process group is not initialized\"\n Sep 22 01:48:29 AssertionError: Default process group is not initialized\n Sep 22 01:48:29 \n Sep 22 01:48:29 \n Sep 22 01:48:29 exiting process with exit code: 10\n Sep 22 01:48:29 [W tensorpipe_agent.cpp:577] RPC agent for worker3 encountered error when reading incoming request from worker5: EOF: end of file (this is expected to happen during shutdown)\n Sep 22 01:48:29 [W tensorpipe_agent.cpp:577] RPC agent for worker2 encountered error when reading incoming request from worker5: EOF: end of file (this is expected to happen during shutdown)\n Sep 22 01:48:29 [W tensorpipe_agent.cpp:577] RPC agent for worker4 encountered error when reading incoming request from worker5: EOF: end of file (this is expected to happen during shutdown)\n Sep 22 01:48:29 [W tensorpipe_agent.cpp:577] RPC agent for worker1 encountered error when reading incoming request from worker5: EOF: end of file (this is expected to happen during shutdown)\n Sep 22 01:48:29 [W tensorpipe_agent.cpp:577] RPC agent for worker0 encountered error when reading incoming request from worker5: EOF: end of file (this is expected to happen during shutdown)\n Sep 22 01:48:29 Process 5 terminated with exit code 10, terminating remaining processes.\n Sep 22 01:48:29 ERROR (2.361s)\n \n\ncc @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma\n@gqchen @aazzolini @xush6528 @osalpekar @jiayisuse @agolynski @jjlilley\n\n"
1
1. There are ofter errors relating to the addition of nodes to the store. Could this failure be more silent, and not completely hide the display? 2. When opening the react dev tools in a separate window, it does not respond to clicks or hover in the tree section. I can still click a component in the "rendered by...
### Website or app Multiple; but you can check at https://react-bootstrap.github.io/ ### Repro steps 1. Access a website in Chrome that uses React. 2. Open Chrome Developer Tools 3. Open the React Developer Tools Components tab/panel 4. Click on 5 - 10 components in the component tree individually to inspe...
1
**Kenny MacLeod** opened **SPR-4567** and commented The exposeContextBeansAsAttributes property of InternalResourceView, while useful, is often a bit too wide-ranging in its effects. Sometimes you get a clash between bean names and JSP scoped variables which can be very hard to track down. Could InternalResourceVi...
**Marten Deinum** opened **SPR-4661** and commented I was replacing our current PropertiesPlaceHolderConfigurer with a <context:property-placeholder but couldn't do that (whilst recommended by STS). I need the 'ignoreResourceNotFound' property to be settable from the tag. Maybe some more options also depending on t...
0
* Electron version: 1.2.6 * node: 6.2.0 * npm: 3.10.3 * Operating system: OS X 10.10.5 The following does not work with Electron but it works fine with vanilla Node. require('node-sass').renderSync({ data: 's { a: ss }' }) * * * I've made a repo to reproduce this issue here: https:...
* Electron version: 1.2.6 * node: 6.2.0 * npm: 3.10.3 * Operating system: OS X 10.10.5 The following does not work with Electron but it works fine with vanilla Node. require('node-sass').renderSync({ data: 's { a: ss }' }) * * * I've made a repo to reproduce this issue here: https:...
1
_Please make sure that this is a build/installation issue. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template_ **System information** * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 * Mob...
**System information** * OS Platform and Distribution : windows10 * TensorFlow installed from : source * TensorFlow version: 1.11.0 * Python version: Python 3.6.3 :: Anaconda custom (64-bit) * Installed using virtualenv? pip? conda?: conda * Bazel version (if compiling from source): 0.19.0 not from sour...
1
I have few questions regarding celery. Please help me with that. **Sorry for posting this here**. I asked the same in stackoverflow (https://stackoverflow.com/questions/56681692/queries-regarding-celery- scalability) but no reply. 1. Do we need to put the project code in every celery worker? If yes, if I am incre...
See #845. Sorry for creating duplicate issue, but I'm unable to reopen #845.
0
Pass a URL to `shell.openExternal()` freezes the application in GNU/Linux, and the URL is not opened at all. ![screenshot from 2016-04-05 15 16 06](https://cloud.githubusercontent.com/assets/2192773/14295014/d120bf20-fb41-11e5-867b-bf37a1264e6e.png) See the following Gist: https://gist.github.com/jviotti/84a69e6d11...
* Electron version: 0.34.5 in Atom * Electron version: [unknown] in the v2.0.1 version of Slack * Operating system: Ubuntu 15.10 Under Linux `shell.openExternal` uses `xdg-open`. If your default browser is Firefox and it's already open then `xdg-open` only runs long enough to open the new tab then exits. But if...
1
Reddit thread: > Why are data structures generally duplicated in the rust standard library, > or at least apparently so in the API documentation? > > e.g. std::string::String vs. collections::string::String, std:fmt::String > vs. core::fmt::String, std::vec::Vec vs. collections::vec::Vec? I'm not certain which of t...
Saw this: https://mail.mozilla.org/pipermail/rust-dev/2012-October/002397.html downloaded exe, ran install in windows 7 (running 64 bit) opened my default command prompt, ran 'rustc' got "The program can't start because libgcc_s_dw2-1.dll is missing from your computer.
0
We need an e2e test that sets up a cluster using "standard" means and ensures that some users can do an action and other users cannot.
Once authentication and authorization are firmly in place, we'll need to make sure that some later change does not inadvertently disable it. Ideally, that would be an e2e test for GCE and maybe some other cloud providers that uses the actual binaries and network settings and defaults and salt config and all that jazz...
1
I am trying to cmake a C++ project as follows: cmake .. -G Xcode -DCMAKE_PREFIX_PATH=/pathto/libtorch where libtorch was downloaded from here: https://download.pytorch.org/libtorch/nighlty/cpu/libtorch-macos-1.3.0.zip however, I get the following error: mported target "torch" includes non-existent path ...
Hi, I try to run the following example from here, but run into some issues: https://pytorch.org/cppdocs/installing.html ld: warning: ignoring file libtorch/lib/libtorch.so, file was built for unsupported file format ( 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x03 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 ) which is not t...
1
More often these days (I have seen this before) my problems/warnings status bar shows 99+ and clicking on it shows all are coming from /Applications/Visual Studio Code - Alpha.app/Contents/Resources/app/extensions/typescript/server/typescript/lib/lib.d.ts ![image](https://cloud.githubusercontent.com/assets/900690/13...
* VSCode Version: 1.0 * OS Version: Windows 10 All commands are in Chinese when using Chinese UI, when I type something like "ext install", it says "没有匹配的命令(no matched command)" and don't allow me to run the command. BTW: how to switch to English UI? Steps to Reproduce: 1. 2.
0
What steps will reproduce the problem? gob.Register(errors.New("")) returns gob: type errors.errorString has no exported fields Please provide any additional information below. https://groups.google.com/forum/?fromgroups#!topic/golang-dev/Cua1Av1J8Nc
Errors created by the errors package are not registered with `encoding/gob` which is necessary in order to send them as results of remote procedure calls. By now, returning an error from the standard library through an RPC method will cause that the receiver get an `EOF error` and the transmitter a `gob: type not re...
1
this is with in a library module, so it should not use the generated API upgrade to Glide 4.9.0 versions.glide = "4.9.0" implementation "com.github.bumptech.glide:glide:$versions.glide" kapt "com.github.bumptech.glide:compiler:$versions.glide" implementation "com.github.bumptech.glide...
Hello,When I compile the program,I meet a trouble. The compiler remind me of: Error:Execution failed for task ':app:transformClassesWithJarMergingFor_DebugDebug'. > com.android.build.api.transform.TransformException: > java.util.zip.ZipException: duplicate entry: > com/bumptech/glide/gifdecoder/GifDecoder$BitmapPr...
0
When trying to load a package I built, my REPL gets filled up with an absurd number of messages like this: WARNING: Method definition Any(Integer, Static.StaticInt{U}) where {U} in module ArrayInterface at /home/lime/.julia/packages/ArrayInterface/CYf5x/src/ranges.jl:226 overwritten on the same line (c...
I thought I had filed an issue for this already, but I can't find it. There's a big problem with the DWARF we generated for inlined code. Right now what we're describing is a function inlined into itself, but at a different location and a different file. We need to clean up the scopes we use when generating the debug...
0
* Electron version: 2.0.0-beta.5 * Operating system: Ubuntu 17 ### Expected behavior It should not freeze the window. ### Actual behavior Window freezes right on startup. ### How to reproduce * `export ELECTRON_ENABLE_LOGGING=1` * `./electron` results in: ![image](https://user- images.githubuserconten...
* Electron Version: 2.0.4 * Operating System (Platform and Version): Ubuntu 14.04 64bits (on WMware) * Last known working Electron version: 1.8.7 **Expected Behavior** The sample Electron app should run and display a window ![1 8 7](https://user- images.githubusercontent.com/2278117/42581339-d0a03766-852c-...
1
##### Description of the problem The examples for phong and standard materials are broken on Adreno 308 phones. ~~I'm gonna try other GPUs as well.~~ did it, results below ![Android%20One%20S2_20200513_192627](https://user- images.githubusercontent.com/7824814/81801624-a9af1480-954f-11ea-9592-29db9c763c21.jpg) #...
##### Description of the problem Three.js Standard Material textures are rendered as solid black. eg https://threejs.org/docs/scenes/material-browser.html#MeshStandardMaterial doesn't work with the inital settings (appears all black). ![screenshot from 2018-05-24 14 19 45](https://user- images.githubusercontent.com...
1
* **I'm submitting a ...** * bug report * feature request * support request => Please do not submit support request here, see note at the top of this template. I'm using the following to update the document title when views change: <nav> <h1>Preamble BDD</h1> <ul> <...
**I'm submitting a ...** [ ] bug report [x] feature request [ ] support request. No obvious way to influence the history title (see this background) that appears when you press-and-hold a browser's back/forward buttons. We either need this as a router feature or have some reasonable technique available for d...
1
#### Description This maybe a possible bug or my assumption is wrong regarding the Incremental PCA's fit / partial_fit methods. For valid parameters, the error thrown is _ValueError: Number of input features has changed from 10 to 100 between calls to partial_fit! Try setting n_components to a fixed value._ #### St...
`IncrementalPCA.partial_fit` raises the following error when the number of samples is smaller than `n_components`: File "___/sklearn/decomposition/incremental_pca.py", line 218, in partial_fit (self.components_.shape[0], self.n_components_)) ValueError: Number of input features has change...
1
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.3.3 / 3.3.2 Since this morning, we can't use the command : php symfony.phar new Symfony to create a project. It generates the error UndefinedMethodException (see the 2 first attached files) The ...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.3.3 I have this error when scaffolding new symfony project (3.3.3): ![screenshot from 2017-07-04 12-58-45](https://user- images.githubusercontent.com/11293401/27829243-8dcc680e-60b8-11e7-82d3-4a31...
1
This is a very useful feature provided by Kate editor which I miss when I open I file on Atom. Any chance it could be implemented? Here is an example of how it works on Kate: suppose a file contains this foo bar baz baz foo bar bar baz foo If I double click on "foo", it gets selected a...
![sublime-text-word- highligting](https://camo.githubusercontent.com/078c56d6cae52279504947954f8162102cb1bff3a34f70a1745103898abca38c/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3530363132392f323330303038302f30316238356663632d613064662d313165332d383838632d3838343837643933663361382e676966) Yet...
1
## ℹ Computer information Windows 10 Pro version 2004 ## Repro 1. Run app ### ✔️ Expected result ### ❌ Actual result Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 08/01/2020 10:51:23 Exception: System.ObjectDisposedException...
Popup tells me to give y'all this. 2020-07-31.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 07/31/2020 17:29:59 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boo...
1
### Version 2.6.11 ### Reproduction link https://jsfiddle.net/n8bkg4pw/ ### Steps to reproduce When clicking on the `inc` button, the displays of `nb_foo.value` will change of value but one out of the three won't change of value because of the bug. ### What is expected? All of the display of `nb_foo.value` to ...
### Version 2.6.11 ### Reproduction link https://codepen.io/mesqueeb/pen/eYZGode ### Steps to reproduce <h6>works with v-model</h6> <input v-model="message" /> <h6>does not work with v-model</h6> <component :is="'input'" v-model="message" /> ### What is expected? * `<component ...
0
Issue Id: **70b9c65b-9ccd-16b5-73e0-508ddd36a5cc** _Versions_ \- 0.10.9 \- `db71ac6` _Stack_ TypeError: Cannot read property 'detail' of undefined at t.e.onErrorEvent (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/node/pluginHostProcess.js:12:31088) at /Applications/V...
Issue Id: **70b9c65b-9ccd-16b5-73e0-508ddd36a5cc** _Versions_ \- 0.10.9 \- `db71ac6` _Stack_ /vs/platform/telemetry/common/abstractTelemetryService.ts#73:7 (AbstractTelemetryService.onErrorEvent) /vs/base/common/errors.ts#55:3 (ErrorHandler.emit) /vs/base/common/errors.ts#54:17 (...
1
# Environment Microsoft Windows [Version 10.0.18362.388] Windows Terminal (Preview) Version: 0.5.2762.0 https://github.com/ms-iot/iot-adk-addonkit/ Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] Windows Terminal version (if applicable): Any oth...
# Environment Platform ServicePack Version VersionString -------- ----------- ------- ------------- Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0 # Steps to reproduce if i run the command: `colortool Solarize...
0
Currently (TS v.1.5.2) the compiler does not do inference correctly for certain cases: #3038 Although it is by design, reflected in the spec and there is no viable way for doing it correctly, I think the compiler has to be honest to the developer and instead of generating faulty code, it has to break with an error ...
export function keyOf<a>(value: { key: a; }): a { return value.key; } export interface Data { key: number; value: Date; } var data: Data[] = []; export function toKeys<a>(values: a[], toKey: (value: a) => string): string[] { return undefined; ...
1
I always wondered why the route name itself is not stored as part of the route object ... This would make it easier in some places. Would you be open for a PR to add this?
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 4.0.6 Hi, guys I have a problem following. Could you please give me an advice? ###> symfony/framework-bundle ### APP_ENV=prod $ composer install --no-dev --optimize-aut...
0
In my humble opinion, atom > sublime. Though, in sublime a view only stays open if you make edits. Otherwise, it disappears. Simple UI, but this is immensely helpful keeping the tab bar uncluttered. Thanks!
Support sublime-like preview mode when opening files from the tree view, fuzzy finder, find and replace, etc. The main issue being tracked is here: atom/tree-view#3
1
by **alex@zylman.com** : Similar to issue #6258, but not the same. What steps will reproduce the problem? Try to read a CSV file where the fields are unquoted and one of them begins in something that would need lazy quotes, e.g. Field1,Field2,"LazyQuotes" Field3,Field4,Field5 ...
What steps will reproduce the problem? 1. export GOARM=5 2. cd go/src;./all.bash 3. compilation went fine but test step failed and hang the console. 4. Looks like a memory issue. 5. How do I build without "testing" step ? What is the expected output? test c...
0
We've built jaxlib 0.3.7 on conda-forge with cuda: conda-forge/jaxlib- feedstock#97 I am opening this issue for viz but also for testing/confirmation all is good. Could someone from the team here have a look with us? Easy things to check, we get something like ~11000 actions/cycles of bazel compilation (compared to ...
* Duplicate issues: #788 and #4528 are not suitable for this case. * How to reproduce the bug: [1] Just run mu2Net on 8gpus A100, use BENCHMARK = 'ViT large / Chars benchmark' [2] OOM error will occur when train_step function compiled by jax.jit is executed. [3] The A100 have sufficent 80GiB memory. * Co...
0
This is from a fresh checkout of commit-id `40d28e2`, the current r0.11 branch. On Mac OS 10.11.6 and Xcode 8.0, building the iOS library with build_ios_all.sh completes without errors, but attempting to actually build the Xcode projects in contrib/ios_examples or use the resulting libtensorflow- core.a in my own pr...
Hi all, just tried to start the script from here: https://www.tensorflow.org/get_started/tflearn found one issue for python3 users: import urllib raw = urllib.urlopen(IRIS_TRAINING_URL).read() this returns: --------------------------------------------------------------------------...
0
Hello, There is an issue with printing using bootstrap.min.css. The form auto resizes to the smallest resolution which causes all of the controls to be full screen (like it would look on a small screen). Is there a way to set the size for printing to a larger resolution so more controls fit on the same line? Here i...
When printing in Safari 7 and Firefox 25 the grid carries over to the print style, but in Chrome 34 and IE 11 everything stacks when printed. Any insights here?
1
Rust code on SO right now looks pretty nasty. Most egregiously it interprets the lifetime syntax as the start of a string, yielding hilarious results. Here's the project that SO uses to highlight code: https://code.google.com/p/google-code-prettify/ It has no "Rust" option, so I have no idea what language SO is cu...
Hi, I'm trying to make a really really simple hello world program in Rust using a custom library through Cargo, and I'm getting the error: Compiling rstestlib v0.0.1 (file:///Users/benanderson/Desktop/rstest) Compiling rstest v0.0.1 (file:///Users/benanderson/Desktop/rstest) error: linkin...
0
##### System information (version) * OpenCV => 4.1.0 * Operating System / Platform => Windows 64 Bit * Compiler => Visual Studio 2017 (15.9) ##### Detailed description The build of `opencv_highgui` fails with several errors of the form `X already defined in window.obj`. The other projects compile successfull...
##### System information (version) * OpenCV => : 4.1.1.26 * Operating System / Platform => Ubuntu 18.04 * Compiler => ython3.5 ##### Detailed description Hello I am having the following issue. I am trying to freeze EfficientNet taken from this repo and use the `protobuf` file for using it with OpenCV **dnn**...
0
Hello, in order to duplicate an object with all its children, I had to use a jQuery function, please is there a better way in Vue? I am using Vue 0.12.1 duplicateThis: function (field) { var currentField = this.fields[field.index]; var insertField = { name: currentFie...
### Version 2.6.11 ### Reproduction link https://jsfiddle.net/yrqt02kj/1/ ### Steps to reproduce `transition-group` renders the component twice (and the second rendering is done without parsed "{{variable}}"). If we just remove `transition-group` parent at all, it works as expected and there is no duplicated c...
0
Hey there, I recommend to add a new size "extra large" (xl) for desktops larger than 1600px. The reason is, the number of people using very large monitors (24", 26", TV) is strongly increasing. Maybe because of TVs an xxl-design would be also good :D
Hi everybody. I use so much bootstrap that I have few problems at few moments. In this moment, I work on a dashboard for my client. I use all of my screen because I have many informations to show. So, I use col-xs, col-sm, col-md and col-lg for a responsive design. It's awesome except that my dashboard own few items...
1
Basically the idea here is to support shuffling for SIMD types in a way that can be easily lowered to IR (LLVM's `shufflevector` requires the mask be a vector of constants, so an intrinsic function is out of the question), however I image this sugar could extend to tuples with multiple types. Some examples: ...
cc @alexcrichton. It looks like we have a lot of duplicated code with libcore/fmt/float.rs and std::num::strconv::float_to_str_bytes_common. Can this code be merged?
0
### 1\. Problem I implenmented a layer with reference to the tutorial_dnn_custom_layers, I want to get the type of output is `np.long`, but the default type is `np.float32`, **Can I set the output type?** ### 2\. some key code class ALayer(object): def __init__(self, params, blobs): ...
##### System information (version) * OpenCV => 4.2.0 ##### Detailed description The CUDA backend can support mixed-precision inference with various types: FP32, FP16, INT32, (U)INT8 and possibly INT4 and INT1. It's fairly easy to implement as cuDNN already has convolution primitives for many of these types and t...
1
## 🐛 Bug torch.max seems to be acting differently on CPU/GPU for tensors with equal elements, for example, with all 0 elements. torch.max on CPU will return the last index while on GPU the first index. ## To Reproduce Steps to reproduce the behavior: import torch print (torch.max(torch.zeros([...
## 🐛 Bug ## To Reproduce This code: import time import torch import numpy as np data = [np.random.rand(8, 800, 1333) > 0.5 for _ in range(2)] dtype_np = np.bool dtype_pt = torch.bool def f1(): return np.asarray(data, dtype=dtype_np) def f2(): ...
0
## 🐛 Bug Training with nn.DataParallel in v1.1(v1.2 or v1.3) is much slower than v1.0.1. Such as run_squad.py in transformers library as its README https://github.com/huggingface/transformers/blob/master/examples/run_squad.py ## To Reproduce export SQUAD_DIR=/path/to/SQUAD python run_squad.py \--model_type ...
Hi, I'm working with Pytorch 0.4, I got the FileNotFoundError Exception in functional.py when it invokes the binary_cross_entropy loss. Here is the stack trace: loss += torch.mean(F.binary_cross_entropy(F.sigmoid(out0), all0) + File "/home/local/.../anaconda2/envs/py27/lib/python2.7/site- packa...
0
# Summary of the new feature/enhancement When choosing 'Edit selected layout' there should be an option to change the zone spacing - ie the buffer between the zones which when not zero includes a transparent grid around a window locked to the zone. This option only appears when creating a new layout. # Proposed tec...
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.535] PowerToys version: 0.14.1.0 PowerToy module for which you are reporting the bug (if applicable): FancyZones # Description When creating a new Zone in FancyZones, the editor initially seems to suggest that Spac...
1
**Context:** * Playwright Version: [1.10.0] * Operating System: [Windows] * Node.js version: [v14.15.3] * Browser: [All] **Code Snippet** Help us help you! Put down a short code snippet that illustrates your bug and that we can run and debug locally. For example: npx playwright codegen wik...
**Context:** * Playwright Version: 1.9.0 * Operating System: Windows10 * Node.js version: v12.18.2 * Browser: Chromium * Extra: laptop with 13,3" screen, 1920 x 1080 (FullHD) resolution, scaled to 150%, setup with external monitor placed above laptop screen Example script const { chromium }...
1
I have the following setup: sources \-- main.ts \---- library \-------- config\base.ts \-------- test\spec.ts \-------- typings \-------------- tsd.d.ts \-------------- lodash\lodash.ts main.ts: import config = require("./library/config/base") class main{} base.ts: ...
**TypeScript Version:** 1.8.10 **Code** // A self-contained demonstration of the problem follows... const ViolationsList = ({ violations: IViolation[] }) => (<div></div>); **Expected behavior:** This code should compile fine. **Actual behavior:** Error msg printed on line ...
0
# Summary of the new feature/enhancement Detect URLs and make them clickable (open the URL in the default browser). This is a convenience feature present in many other terminals. I believe the value is self-evident, but here's a concrete use case example regardless: when I run `yarn outdated` (Yarn is a package man...
The marketing video for Terminal included a part where they show links previewing on hover. Is this functionality currently available?
1
**Webpack version:** 1.10.x and 2.x **Please tell us about your environment:** OSX 10.x / Linux / Windows 10 [all] **Expected/desired behavior:** Highlight at build-time any JavaScript chunks or bundles that are over a size threshold and can negatively impact web performance load times, parse/compile and inte...
# Bug report **What is the current behavior?** Installing webpack on a fresh project causes npm to fail reporting "Maximum call stack size exceeded." Installation of other packages is working as expected. The problem may be in some other downstream dependency, but I don't know where to begin on that. The attached...
0
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
# Checklist * [x ] I have checked the issues list for similar or identical bug reports. * [ x] I have checked the pull requests list for existing proposed fixes. * [x ] I have checked the commit log to find out if the bug was already fixed in the main branch. * [ x] I have included all related issue...
0
React team recently announced hooks: https://medium.com/@dan_abramov/making- sense-of-react-hooks-fdbde8803889. Due to how similar Flutter is with React, it would probably be interesting to see if these fits to Flutter too. ### The definition: Hooks are very similar to the `State` of `StatefulWidget` with one main ...
1 : Two TextField . For Login Page 2\. First TextField KeyBoard IS SimpleChinese ,not click done then I focus PassWordField ,Crash Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel unknown, v0.10.1, on Mac OS X 10.14 18A391, locale zh-Hans-CN) [!] Android toolchain...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. ...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: v2.7.3 * Java version: 1.8 * Maven version: 3.6.1 ### Steps to reproduce this issue here is an ...
0
**Angel** opened **SPR-8684** and commented Rossen, in order to have this functionality available and be backward compatible at the same time could be having two additional paramters in the form tag: <form:form method="post" action="/registration/submit" commandName="registrationForm" resolveContext...
**Reinhard Pötz** opened **SPR-4081** and commented The return type of o.s.b.f.x.XmlBeanDefinitionReader#getReader() has changed from org.springframework.beans.factory.xml.XmlBeanDefinitionReader to org.springframework.beans.factory.support.BeanDefinitionReader If you use this method you have to recompile your ...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME core / vars expansion ##### ANSIBLE VERSION ansible 2.2.0.0 config file = configured module search path = Default w/o overrides``` ##### CONFIGURATION N/A ##### OS / ENVIRONMENT Ubuntu 16.04 ##### SUMMARY A variable assignm...
From @my2ndhead on 2016-02-08T19:49:03Z ##### ISSUE TYPE Bug Report ##### COMPONENT NAME ini_file module ##### ANSIBLE VERSION 2.0.0.2 ##### SUMMARY Compared to 1.9.x the version 2.0.0.2 does not add an empty line between sections. This makes ini-files hard to read. 1.9.x [section1] key=va...
0
The image below compares the code as it exists at the end of waypoint 18 on a 333px wide Chrome window, a 255px wide Firefox window and the simulator. To get the first two images I copied the code and added the necessary bootstrap / fontawesome files, and I added links above the <style> block as follows. ...
Hmm, I don't know why, but I am getting issues with the preview layout in the bootstrap section. First in the buttons section : http://prntscr.com/89uesz Then in the check box section: http://prntscr.com/89ujcq I am sure there is no error with my code, but still I am pasting the code for it here <l...
1
Test is simple to wait for an element to be visible and then click on it. During the debugging of the test, I found out that after the #1 retry, the click action is successful, but during a normal run, this click is very flaky and only happens like 1-2 times in 5 executions, and the next step fails. ### System info ...
### System info * Playwright Version: [v1.XX] * Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.] * Browser: [All, Chromium, Firefox, WebKit] * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. ![image](https://user- images.githubusercon...
0
parse_qs and then urlencode, things will changed. test code and result Thank you for this great lib, the result of parse_qs is something like {'oauth': ['sig'], 'status': ['hanzi ok']} urlencode can't handle list as dictionary value without doseq doseq does three things, 1. if value is not list or unicode, ...
We have a whole code branch that does chunked uploads that is not and has never been tested. That's a problem, because sometimes it breaks and we don't notice (#2861). I'd like to add more testing for chunked uploads. However, we can't use httpbin to do this testing. This is because the WSGI spec staunchly refuses t...
0
* I tried using the `@types/leaflet` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in `...
The current style property of GeoJSONOptions is defined as a function returning style properties: style?: (featureData: any) => any; However, the real definition is wider, as I am allowed to pass in a regular object like so: var geoJson = L.geoJson(geoJsonRoute, { style: { ...
1
Just did a clean `go get github.com/GoogleCloudPlatform/kubernetes/...`, and the build is broken in a few ways: # github.com/GoogleCloudPlatform/kubernetes/pkg/version pkg/version/version.go:20: undefined: commitFromGit # github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet pkg/kubelet/kub...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * ...
0
# Environment Windows build number: Version 1909 (OS Build 18363.836) PowerToys version: 0.81.1 PowerToy module for which you are reporting the bug (if applicable): uninstall # Steps to reproduce Just prior to uninstall I uninstalled several old and new Microsoft programs including "Micr...
We've seen multiple reports of 'uninstalling' fails and when we dive in, it is due to when a user does it in the old control panel. **Workaround** ` Windows 10 Settings -> Apps -> Apps & features` **How are people hitting this** This is how people are referencing the old dialog. ![image](https://user- images....
1
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.194.0 **System** : Microsoft Windows 7 Home Premium **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (modul...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
When I run any benchmark I get 0 for all metrics except renderTime: BENCHMARK ng2.tree.create.viewcache Description: - depth: 9 - forceGc: false - lang: js - regressionSlopeMetric: scriptTime - runId: 4bba7970-5100-11e5-a97c-1be2da562e8f - sampleSize: 20 - userAgent: Moz...
Benchpress does not report script time or gc in the upcoming Chrome 45. Changes to their tracing events: script time: Is reported with category `devtools.timeline,v8` and name `FunctionCall` (used to be other category). gc time: Is reported via category `devtools.timeline,v8` and name `MinorGC` / `MajorGC` (use...
1
## Bug Report **For English only** , other languages will not accept. Before report a bug, make sure you have: * Searched open and closed GitHub issues. * Read documentation: ShardingSphere Doc. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we c...
## Bug Report ### Which version of ShardingSphere did you use? v5.2.0 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. 1. Create a druid datasourc...
1
As part of the stabilization process, we'd like our standard collection implementations to be _good_. Maybe even _great_. Wouldn't that be nice? The overall quality of each implementation is pretty varied, partially just because the language has dramatically shifted out from underneath them. Vec and HashMap are in a ...
Tracking issue for the `fmt_flags_align` feature, which is `fmt::Formatter::align` and the associated enum.
0
hi all Follow the tutorial(Loading a PyTorch Model in C++) 1.cmake \-- Caffe2: CUDA detected: 10.0 \-- Caffe2: CUDA nvcc is: /usr/local/cuda-10.0/bin/nvcc \-- Caffe2: CUDA toolkit directory: /usr/local/cuda-10.0 \-- Caffe2: Header version is: 10.0 \-- Found cuDNN: v7.4.2 (include: /usr/include, library:...
## 🐛 Bug The sample C++ program for libtorch results in an incorrect Makefile because the path to libculibos.a is hardcoded somewhere as `/usr/local/cuda/lib64/libculibos.a`. On Arch Linux, the default install directory for CUDA is `/opt/cuda`. **This is handled correctly for other linked libraries.** ## Worka...
1
**Tomasz Nurkiewicz** opened **SPR-8943** and commented Spring 3.1 introduces several `@Enable*` annotations. However this code snippet: <context:mbean-export/> cannot be expressed with annotations. There is a valid simple workaround: @Bean public AnnotationMBeanExporter annotation...
**Nicolas Demengel** opened **SPR-7589** and commented Hi people, I might have found an odd behavior in the AbstractUrlHandlerMapping class : given two controllers, one annotated with `@RequestMapping`("/**") and the another one annotated with `@RequestMapping`("/access/{resourceType}/{resourceSubType}/{resourceNa...
0
I am using exporter from tensorflow.contrib.session_bundle to save out my model: x = tf.placeholder(tf.float32, (None,) + (100, 200) + (1,)) .... saver = tf_saver.Saver(sharded=True) model_exporter = exporter.Exporter(saver) model_exporter.init( sess.graph.as_graph_def(), ...
I am following along from this point: https://www.tensorflow.org/get_started/get_started#basic_usage It is a linear regression example. I have approached this execution from two angles: Angle 1: Running python and copying one line at a time. When run this line: estimator = `tf.contrib.learn.LinearRegressor(feat...
0
### Which version of ShardingSphere did you use? master branch(5.0.0-RC1) ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior create CREDENTIAL table successfully, in actual table,this is four table on mysql server ### Actual behavior o.a.s.p.f...
### Which version of ShardingSphere did you use? My version is ShardingSphere 5.3.1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? I use ShardingSphere-JDBC ### Operation steps I imported ShardingSphere in the SpringBoot project and reported an error. <depe...
0
Here is a small test program to demonstrate the bug: import requests url = "http://lohas.pixnet.net/blog" r = requests.get(url) iter_lines = [line for line in r.iter_lines(chunk_size=7, decode_unicode=False)] split_lines = r.content.splitlines() for index, (iline, sline) in enu...
I'm using a proxy that requires authentication to send request that receives 302 response with Location header. I would like python.requests to follow this redirect and make request via proxy with specified credentials. But it seems like this doesn't happen, if I provide credentials in HTTPProxyAuth they will work ok...
0
I'm playing with k8s by writing a go client to contact k8s api. However, when doing "go get k8s.io/kubernetes/pkg/api", there are too many errors: $ go get k8s.io/kubernetes/pkg/api # k8s.io/kubernetes/pkg/api ../../../k8s.io/kubernetes/pkg/api/types.generated.go:439: r.EncodeEnd undefined (type codec.encDriver ha...
$ # with an empty GOPATH $ go get k8s.io/kubernetes/pkg/api What I expected to happen: the package is fetched, compiled, and made available for use. What actually happened: # k8s.io/kubernetes/pkg/api src/k8s.io/kubernetes/pkg/api/types.generated.go:439: r.EncodeEnd undefine...
1
When I try to start program using command `sudo npx react-devtools` I get error /usr/local/lib/node_modules/react-devtools/node_modules/electron/index.js:14 throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again') ^ ...
I use systemJs to load a system module in a react project, the module include some react function component use react hooks。 and react project get Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons React version...
0
DoctrineAbstractBundle contains only the base DI extension used by all Doctrine_Bundles. It was a good idea when we had all bundles in the core but it seems wrong now that they are in different repos, updated at different time. A change in it is likely to break another Doctrine_Bundle as the testsuite does not check ...
I think we should change `YamlExtension::dump` method to return `$this->encode($value);` in the end because it does not output boolean values as string. If a parameter attribute in the request contains the value `false` or `true` (for example `_template_streamable`) in the Profiler application, the result will be an ...
0
### Version 2.6.11 ### Reproduction link https://codesandbox.io/s/quirky-sid-198zy ### Steps to reproduce change state in deactivated hook ### What is expected? DOM should not be a re-rendered. ### What is actually happening? DOM is re-rendered. * * * When I change state in beforeDestroy hook, DOM is not r...
### Version 2.6.11 ### Reproduction link https://github.com/Robin-Hoodie/vue-test-project ### Steps to reproduce * `vue create test-project` (choose default preset with babel/eslint) * Add `src/index.js` file which exports generated HelloWorld component `export * from ./components/HelloWorld.vue` * Create ...
0
The Ansible documentation for modules does not distinguish between modules that are pure modules and modules that have both a plugin and a module part. After the new rewrite of the internals, where eg. plugins are derived from a base clase rather than being associated with a runner object, the situation can be confu...
_From@sdubrul on December 8, 2016 10:49_ ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME os_security_group_rule ##### ANSIBLE VERSION ansible 2.2.0.0 ##### CONFIGURATION N/A ##### OS / ENVIRONMENT macOS 10.12.1 ##### SUMMARY When logged in as admin and trying to update the default...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When a textfield is focused, only that and the one that got blurred (if any) should be repainted ## Current Behavior When a textfield is focused, all following textfields on that page is repainted ## ...
## Style broken on selected date ![screen shot 2016-04-06 at 9 21 37 am](https://cloud.githubusercontent.com/assets/929905/14303008/42ce407e-fbd9-11e5-98e8-be4fbfb456e6.png) As the screenshot from Safari, i found that the top value of element is '10px' so the element rendered a wrong position ## Versions * M...
0
http://getbootstrap.com/javascript/#modals Is there a way for scroll bar not to take the space of the page? Just like the normal page
When launching the modal component (http://getbootstrap.com/javascript/#modals) the entire content will slightly move to the left on mac OS (haven't tried it on windows yet). With the active modal the scrollbar seem to disappear, while the content width still changes. You can observer the problem on the bootstrap pa...
1
Hi all, I have a strange issue with pandas 0.9, I think it's a bug. I'm trying to use dataframe.join() and it works well on a random dataframe, but not on a dataframe created from my simulation result. The code below shows that join() on the second dataframe blows up the index and the result is completely wrong. To...
I propose that `itertuples()` should return `collections.namedtuple` objects, a drop-in replacement for the standard tuple but with the benefit of having named fields. I have tested the following with Python 3.4 (only slight changes compared to the current implementation). def itertuples(self, index=Tr...
0
**TypeScript Version:** 1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217) **Code** class A{ public static get foo(){ return alert("should not execute getter, without accessing it !"); } } class B extends A {} **Expected behavior:** Should not alert message above...
The following code: var i = 0, j = 0; class Base { get instanceAccessor() { return ++i; } static get staticAccessor() { return ++j; } toString = () => 'instance: ' + this.instanceAccessor + ' static: ' + Base.staticAccessor; } class Derived exte...
1
Symfony Standard Edition v2.1.2 While looking at some of the form input options, I found an odd problem. When creating a birthday input using a range above 110 (such as the default of 120), any choices above (date('Y') - 110) aren't being displayed even though an option element is being created. Is anyone else havin...
IntlDateFormatter have some issues in transformation of Date. $fmt = new IntlDateFormatter('en_US', IntlDateFormatter::SHORT, IntlDateFormatter::SHORT, 'UTC', IntlDateFormatter::GREGORIAN, 'yyyy'); $value = new DateTime(); $value->setDate(1900, 1, 1); var_dump($fmt->format($value)...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.267] Windows Terminal version (if applicable): Windows Terminal (Preview) Version: 0.3.2142.0 Any other software? None # Steps to reproduce Start terminal. Resize. I pretty consistently g...
# Environment https://github.com/microsoft/terminal/issues # Steps to reproduce 1. Open Command Prompt - i.e. run cmd 2. Open Properties | Options - remove check from 'Use Legacy console' - switch OFF 3. Close Command Prompt 4. Open Command Prompt - i.e. run cmd 5. Open Properties | Options - add check f...
0
**I'm submitting a feature request** **Webpack version:** 2.1 **Expected/desired behavior:** Currently it's possible to either load modules by their ID's (e.g. `__webpack_require__(123)` or create a custom context (`require.context(...)`) which maps paths to module IDs. It would be great to have a way to crea...
# Bug report **What is the current behavior?** when i use quill@1.x, it work. but 2.0 is not work. it report error is _ _webpack_require_ is not defined **If the current behavior is a bug, please provide the steps to reproduce.** compare the version of quill. webpack5 seems not support module:"es6" the quill@...
0