kandahar

Results 26 comments of kandahar

It is a bit difficult to get into a system from outside. A very helpful step would be to annotate the different functions in your package, like e.g. ``` from...

Yes, but for the translation to a statically typed language, they would be necessary and would be a great help. If one would start to translate the ```decode_predictions``` function, it...

The package appears to consist of many different parts along the processing pipeline, for which the information is always encoded and then again decoded and as I saw, they use...

Thank you very much for both answers! How can I customize the abbreviations like ```No.``` or ```Nr.``` that should be not used for splitting the sentence? In which file can...

@kmaehashi Thank you for that explanation. Would you mind adding this answer to the documentation? The example ``` import cupy from cupyx import optimizing x = cupy.arange(100) with optimizing.optimize(): cupy.sum(x)...

@kmaehashi Suggestion: Add the following code to ```cupyx/scipy/sparse/_compressed.py``` into the ```_compressed_sparse_matrix.__init__()``` function, from line 247: ``` if not (isinstance(data,cupy.ndarray)): raise ValueError(f'We are terribly sorry to inform you, that "data" is...

@holl- Thank you for your answer: The following minimal example yields ``` import phiml print("phiml version: ",phiml.__version__) from phi.flow import Box,Sphere,batch,union,geom,plot ``` gives the output ``` 1.11.0 --------------------------------------------------------------------------- ImportError Traceback...

I tried with some of the versions of the package (versions = "1.11.0, 1.10.2, 1.10.1, 1.10.0, 1.9.3, 1.9.2, 1.9.1, 1.9.0, 1.8.0, 1.7.5, 1.7.4, 1.7.3, 1.7.2, 1.7.1, 1.7.0.post1, 1.7.0, 1.6.0, 1.5.1,...

@holl- The error does indeed not appear in the develop branch

@ArthurZielinski With two hours, you are still considered to be at the lower end. But maybe there is a way to renew the project as it seems to be useful....