-
[HoloViz.org](https://holoviz.org) shows how all the various HoloViz tools (Panel, hvPlot, HoloViews, GeoViews, Datashader, Param, Colorcet, etc.) fit together, forming a coherent suite of complementa…
-
## :rocket: Feature Request
Add metadata to the mlm-extension that describes training results
## :sound: Motivation
As a researcher and model user, I want to know about the training results o…
-
# Client API
We have experimented quite a lot with a GraphQL client API. We looked at things like the GitHub OctoKit implementation and where highly inspired by it. In the end we decided to not pur…
-
For the 2018.1d release (and onwards) I'd like to focus on reducing the header and executable size, together with improving compile time (and, as a side effect, runtime performance). This was last don…
mosra updated
3 months ago
-
Hi, all
I am a graduate student using `mayavi` for my research. I am trying to `volome render` a `scalar field` stored as a `.csv` file. The shape of the field is rectangular, halved into two parts…
-
My thinking on PooledDataArray's is slowly changing, especially with regard to the absence of anything like an official `factor` type like. Here are some proposals for how we might use them going forw…
-
Hi everyone,
This can be about general FP topics in R but we can start by continuing the maybe discussion.
I have a few use-cases for maybe:
1. Data IO
2. Handling "impure" data
3. Function…
armcn updated
2 years ago
-
I have a somewhat complicated `torch.nn.Module`, let's say for arguments sake its structure is a bit like this:
```python
import torch
CustomModule(torch.nn.Module):
def __init__(self):
…
-
I'm trying to get this code working:
```julia
using Tilde, Umlaut, Yota, ChainRulesCore, ChainRules
# From https://github.com/dfdx/Yota.jl/issues/113
# Guess this should really go into ChainRule…
-
Several tests related to linalg module fail when using [BLIS BLAS](https://github.com/flame/blis) (installed from conda-forge)
#### Reproducing code example:
```
conda create -c conda-forge -n …