Skip to content
#

cython

Here are 443 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,

textshell
textshell commented Nov 4, 2019

While discussing ways to avoid cache sync on irc @ThomasWaldmann came up with a simple idea how to use current borg to measure how much transfers a simple chunk based "store cache into the repository" approach would take.

The basic idea is to see if using mostly existing code to store the chunk cache into the repository can produce good enough results to further investigate.

The basic idea i

a3huang
a3huang commented Feb 23, 2020

I am using version 0.12.0 of pomegranate.

Following the example in the Bayesian Networks section of the documentation, I build the graphical model for the Monty Hall example exactly as written. However, when I run:

model.probability(['A', 'B', 'C'])

I get the following error:

TypeError: list indices must be integers or slices, not tuple

To Reproduce

from po
simonm3
simonm3 commented Nov 18, 2019

This does not seem to work for me. I copied the reproject example in the docs and I get:

TypeError Traceback (most recent call last)
in
32 dst_transform=dst_transform,
33 dst_crs=dst_crs,
---> 34 resampling=Resampling.nearest)
35
36 # Assert that the destination is only partly filled.

~\Anaconda3\lib\site-packages\rasterio\env.py in wrapper(*args, **kwds)
392 def wrapper(*args, **kwds

eharris
eharris commented Jul 9, 2019

There should be an indication of when the current position is a keyframe, and where/how far away the prior/next keyframes are. This would greatly improve the ability to select the best cut point when SmartCut is not enabled.

It would also be great to have keyboard shortcuts to seek to prior and next keyframe so you can see exactly where the cut will occur (without SmartCut). Although I see th

Improve this page

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

Learn more

You can’t perform that action at this time.