-
### Bug report
In 3d plotting and animations - the plot is layered - as it does not obscure objects by depth.
In the example below we have 60 lines and 60 points to update each frame. The lines …
-
I'm getting this error when calling:
`learn.lr_find()` for a text_classifier_learner just after initialising it. This is the first time I'm seeing it (a few hours ago it worked well).
`---------…
-
The notebook 21 does not run completely and fails at line:
```python
learn = unet_learner(dls, models.resnet34, loss_func=CrossEntropyLossFlat(axis=1))
```
Here is the error
```python
----…
-
In Heptapod by bitbucket_importer on Sep 23, 2016, 02:38
*Created originally on Bitbucket by [pxwang1 (Peter Wang)](https://bitbucket.org/[7.3.7](https://github.com/gitlab-importer/pypy/milestone/7)B…
-
Setup: RF1 (2.2.0 release) on ~8GB machine.
Loaded 2M rows into a YSQL table using YCSB tool (https://docs.yugabyte.com/latest/benchmark/ycsb-ysql/). But likely any simple table loader utility will…
-
I think this is a function of the latest changes (that I generally massively support), but just thought I'd point out this issue. I will investigate it tomorrow. To see if I can fix it.
On the line…
-
**Describe the bug**
The neuropixel file `ecephys_session_715093703.nwb` contains an improper `TimeSeries` object. The size of `processing/running/running_speed/timestamps` is (2, 366036), but the `t…
-
Leaving this as a GitHub issue so it can be looked later (not a major priority) when the book is done :)
```python
dl = learn.dls.test_dl(imgs[:10])
preds = learn.get_preds(dl=dl)
------------…
-
Currently if we make a `test_dl` with a DataFrame that does not have the target column present (such as a Kaggle test set), it will first throw an error about it not being present (expected) and then …
-
developer.wordpress.org nicely formats `@param` tags where the parameter type is an array.
Each array field is documented once when the array is first defined
e.g.
```
* @param array $args {
* …