-
Hi Kevin,
I'm not sure that you are interested in this, or even if it's the right approach, but as I did not think `tink_cli` was able to do that, here is a small writeup on **Subcommands** with `t…
-
I am new to github so if i need to add additional information please let me know.
The error comes up when I am adding this variable to my exogenous variables.
Its the standard deviation from the me…
-
AttributeError: ‘NBMasterBar’ object has no attribute ‘out’
AttributeError: ‘NBMasterBar’ object has no attribute ‘start_t’
Help me out!
sri9s updated
4 years ago
-
Am getting the following error when attempting to do inference on a fastai2 model using a CPU only server. The error is the following: `AssertionError: Torch not compiled with CUDA enabled`
The ver…
-
https://dev.fast.ai/databloc.examples returns a 404. Looking at the corresponding [notebook](https://github.com/fastai/fastai2/blob/master/nbs/50_datablock_examples.ipynb), there's an exception in th…
-
I've been trying to train recurrent neural network using nn.GRU on a multi-GPU setup and am randomly getting crashes caused by CuDNN.
I'm using PyTorch 0.2 on Linux running in an nvidia-docker con…
-
I am stuck on this for several days so I thought I’d post it here.
I find there is something odd with the memory management after finishing an epoch. I tried to run Fastai U-Net on the Synthia data…
-
Kafka 0.10.0.1
Kafka-Python 1.3.3
I create a consumer like:
```python
consumer = KafkaConsumer(
group_id="the-group",
bootstrap_servers=[...],
consumer_timeout_ms=30000,
)
p…
-
I was testing a terrific example by @jvdillon and unfortunately it failed on my for TF2 and python3.6(default version for python3 env on colab)
code
```python
encoder = tfk.Sequential([
tfkl…
-
The units `DynamicTable` contains a column named "name"
https://github.com/ben-dichter-consulting/buffalo-lab-data-to-nwb/blob/6cd908c5846ed90195fbfed575a7acecc6053f0f/src/buffalonwb/add_units.py#L6…