-
@LaurenceA, your suggestion in #34 to somehow allow use of MCMCChain and samples with external models is very useful. I want to work towards this direction and my first impression is that your suggest…
-
I have a TSV file training_abstracts.tsv when I use the function:
‘def test1():
with open('F:\\small paper\\ner\\data_file\\training_abstracts.tsv', 'r', encoding='utf-8') as f1:
line =…
-
This implements Verma modules for Lie algebras (currently only implemented for the Chevalley basis implementation) and their homomorphisms (as U(**g**)-representations). In order to make this code t…
-
Hi,
While trying to export QASM for Shor's example code, there is an assert exception being thrown. Below is the stack trace. Precisely while exporting Math Gate with control qubits. in QASM
QAS…
-
> Originally reported on W3C Bugzilla [ISSUE-20698](https://www.w3.org/Bugs/Public/show_bug.cgi?id=20698) Thu, 17 Jan 2013 14:15:09 GMT
> Reported by Joe Berkovitz / NF
> Assigned to
Use case:
If o…
-
from @alanedelman:
We really should think carefully about how the transpose of a vector should dispatch the various `A_*op*_B*` methods. It must be possible to avoid new types and ugly mathematics. F…
-
There are many scenarios where you'd like to group a set of typed values temporarily, without the grouping itself warranting a "concept" or type name of its own.
Other languages use variations over t…
-
In, PR #1325 we agreed rollingupdate should be factored out of kubecfg in the kubecfg overhaul.
https://github.com/GoogleCloudPlatform/kubernetes/issues/492#issuecomment-50111772 and PR #1007 discuss…