-
Hi, it would be great if you can provide a working example with LSTM cells. I saw there are tests with LSTM, but a complete example is missing. Thanks
-
there is an error when trying to load the model
the error is in the model itself checkpoint = torch.load(local_embedding_path, map_location="cpu")['weight']
this apparently expects embed_ll…
-
Initialzing...
Initializing data source...
Data initialization complete.
Initializing model...
Model initialization complete.
Loading the model of iteration 10000...
Transforming...
Traceback (…
-
New instructions are
* ISTYPE
* ISNUM
* TGETR
* TSETR
-
Hey guys,
There seems to be a show-stopping bug with the `query_2()` function in `boto.dynamodb2.table.Table`. The returned `` does not include `LastEvaluatedKey` (as promised in the [docs](http://bo…
-
Hi,
i came now multiple times across this error... Now I want to post it.
It seems not possible to continue training if hs=1.
```
File "C:\Users\\Anaconda3\envs\tf2\lib\site-packages\gensim\…
-
Hi, my code is
```
portcullis full --threads 28 --verbose --use_csi --output portcullis_out --orientation FR Saccharomyces_cerevisiae.fa Saccharomyces_cerevisiae_rnaseq_sorted.bam
```
When I run …
-
找了好久资料都不知道怎么用GPU训练,一些设置也改了
# -*- coding: UTF-8 -*-
import torch
import torch.nn as nn
from torch.autograd import Variable
import datasets
from models import *
import torch_util
import os, sh…
-
Hello @swinbkh . thanks for your work.
I have not yet compilled WLED with your usermod.
However, I have a question.
Response from my TV by request to http://ip-address:1925/6/ambilight/processe…
-
```python
key = jax.random.PRNGKey(0)
# (B, C, H*W)
inputs = jnp.ones((3, 16, 64))
linear_layer = jax.vmap(eqx.nn.Linear(
16, 16, use_bias=False, key=key
))
outputs = linear_layer(input…