-
In a simple setting, I want to optimize an `objective` function like below.
```
import GPyOpt
def objective(inp):
return inp[0][0] ** 2
bounds = [{'name': 'x', 'type': 'continuous', 'doma…
-
+ /usr/bin/python3 test.py -v
```
======================================================================
2020-08-09 12:40:20,381 - INFO - running hdmf unit tests
/usr/lib/python3.9/site-packages/p…
-
To reproduce, create a tabular learner with a `WandbCallback` like so:
```
import wandb
from fastai2.callback.wandb import *
wandb.init(project="test")
learn = tabular_learner(dls, layers=[200,…
-
Hi, we are trying to compare many frameworks in [this repo](https://github.com/ilkarman/DeepLearningFrameworks). The idea is to compare first CNNs, as we already did. We are now trying to compare GRU/…
-
Originally had the issue that I couldn't open a nwb file without a "bad" channel column, but it looks like that has been addressed in #85 , so I installed the newest version of ecogVIS using the "setu…
-
[Link to notebook ](https://colab.research.google.com/drive/1RLhVqqBM4eqcatKO4sRDakfItxHKpC40?usp=sharing)for full reproduce example. Only need to run the steps up to where train_loop() gets called.
…
-
`SaveModelCallback` cannot be used with `WandbCallback`.
**Reproducible example**
```python
from fastai2.vision.all import *
path = untar_data(URLs.MNIST_TINY)
items = get_image_files(path)
…
-
I have executed learn.fit_one_cyle().
The learner is initialized as follows:
learn = unet_learner(dls=dls, arch=resnet34, metrics=[tumour,Dice(),JaccardCoeff()],wd=1e-2,
…
-
As per the discussion on the Gitter channel with @Blaisorblade, I am running in an issue that I have minimized to the following example:
```scala
trait Wrappable[T] { }
given Wrappable[Float] { }…
-
**Describe the bug**
Under allensdk 2.0.1, session.get_stimulus_table() returns the stacktrace listed below, with a similar error for session.stimulus_names. These functions gave the expected behavi…