-
Updated
Jul 19, 2019 - Go
parallel-processing
Here are 294 public repositories matching this topic...
-
Updated
Jul 15, 2021 - R
-
Updated
Jul 16, 2021 - C++
-
Updated
Jul 12, 2021 - JavaScript
-
Updated
Mar 27, 2021 - PHP
-
Updated
Jul 14, 2021 - Java
-
Updated
Jul 12, 2021 - Haskell
-
Updated
Jul 11, 2021 - Java
-
Updated
Jun 17, 2021 - Python
-
Updated
Jun 19, 2021 - R
Some problems/algorithms seem to have an inconsistent python exposition in terms of types.
For instance, in ../src/problems/dtlz.cpp
we have:
dtlz::dtlz(unsigned prob_id, vector_double::size_type dim, vector_double::size_type fdim, unsigned alpha)
But in the ../pygmo/expose_problems_0.cpp
it is exposed as:
dtlz_p.def(bp::init<unsigned, unsigned, unsigned, unsigned>
I
-
Updated
Aug 28, 2019 - Python
-
Updated
Jan 23, 2021 - Java
-
Updated
Aug 11, 2020 - Python
-
Updated
Jun 10, 2021 - Python
-
Updated
Jul 14, 2021 - Python
-
Updated
May 20, 2021 - R
-
Updated
Jan 11, 2019 - Python
Add a QUICKSTART.md
What do you propose?
The idea is to create a quick start document at the root of the repo, to illustrate how to quickly get started with JPPF, like an end-to-end HelloWorld. This would include how to setup and start a grid, full code example and expected output.
We shouldalso add a link to it in the main readme.md
What are the expected benefits and drawbacks?
The expectation is
-
Updated
Aug 9, 2020 - Ruby
-
Updated
Aug 21, 2020 - C#
-
Updated
Nov 8, 2020 - Java
-
Updated
Dec 7, 2020 - C++
-
Updated
Apr 13, 2019 - R
-
Updated
Sep 20, 2017 - C++
-
Updated
Feb 25, 2018 - Elixir
-
Updated
Dec 13, 2020 - Julia
Improve this page
Add a description, image, and links to the parallel-processing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel-processing topic, visit your repo's landing page and select "manage topics."
Hi! Longtime listener, first caller. Which is to say, I'm a big fan of fastai -- so, thank you all very much. :)
On the latest pip-installed version of fastai (fastai==2.2.5, fastcore==1.3.19), when I try to load an empty pandas DataFrame into a DataLoader using
from_df
, it gets stuck in an infinite loop.Works as expected: