-
hi! I'm using Pluto for my intro to data science class at Oregon State Uni! :partying_face:
out of 27 students, 4 could not get PyPlot to work with Pluto, getting the following messages.
Julia …
-
The latest push is working fine but when image is blury or have some noise it can't able to pass the image. it shows Detected 12 diacritics . The previous version was working fine with my images.
i…
-
Hi @jonathan-laurent ,
This project is really awesome!
Since you mentioned it in the doc [Develop-support-for-a-more-general-game-interface](https://jonathan-laurent.github.io/AlphaZero.jl/dev/…
-
Context:
- in https://github.com/data-apis/array-api/pull/20#issuecomment-679497162 we discussed the differences between libraries in returning a copy vs. a view from function calls.
- in https://…
-
Is it possible to define template functions like
```
#include
#include
namespace py = pybind11;
template
T square(T x) {
return x * x;
}
void pyexport(py::module& m) {
m.def("square", &…
-
## Summary
There is no big gap between Traditional and Simplified Chinese, we can convert a source content from Traditional and Simplified Chinese to Traditional Chinese or Simplified Chinese by us…
-
https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-02/11/GtkReactive.1.7.0-DEV-50742c7e42.log
```
(julia:170): GLib-GObject-CRITICAL **: 06:21:42.833: g_object_ref_sink: ass…
-
When I try to compile figures with latex math symbols (e.g. \times), it looks like knitr creates space for the word "\times" instead of for the symbol "x" which leaves a lot of ugly whitespace. Here a…
-
Without `sudo`
It fails earlier with `coreclr_initialize failed - status: 0x8007ff02` and returns false from:
https://github.com/dotnet/runtime/blob/bacef403fbfce0d9e3d49368bfd36dec6dea01fc/src/co…
-
I understand TensorFlow only supports CUDA. What would need to be done to add in OpenCL support?