-
my params are {
"cell_type": "lstm",
"depth": 2,
"attention_type": "Luong",
"bidirectional": true,
"use_residual": true,
"use_dropout": false,
"time_major": true,
…
-
When I run the tutorial [Example: Deep structural causal model counterfactuals](https://basisresearch.github.io/chirho/deepscm.html), the following cell:
```Python
adam_params = {"lr": 1e-3}
batch_…
-
I want to realize the code that simple Skip-gram model fit training data. So I try to it, unlike CBOW training code, I encountered the error.
At first, I used this [``trainer.py``](https://github.com…
-
when train on 18epoch, it would report error:
```
Traceback (most recent call last):
File "train.py", line 396, in
train_model(args)
File "train.py", line 213, in train_model
lossTr…
-
To replicate the [GNMT architecture](https://arxiv.org/abs/1609.08144), the following needs to happen. This list is not exhaustive and other things may be required:
- [ ] Implement a decoder that a…
-
Hi, first of all, I really appreciated your impressive work.
I just followed your [command](https://github.com/balancap/SSD-Tensorflow#fine-tuning-a-network-trained-on-imagenet) which guide how to …
-
### Bug description
Hello, always grateful for your hard work. Not sure if this is a Deepspeed only bug.
trainer.validate() will load the optimzers for some reason, and when it does, it doesn't lo…
-
https://github.com/tslearn-team/tslearn/blob/42a56cce63d8263982d616fc2bef9009ccbedab4/tslearn/shapelets/shapelets.py#L212-L886
I'm having issues trying to save my fitted model, getting this error:
…
-
### Description
If in one software run - you create a model, save it, and load it again, you get an error.
But if you create a model and save it, in one software run, and run the software again an…
-
I was using pretrained model for face recognition, and wanted to use in an attendance system but turns out that model give some wrong predictions of similar person. I tried to train that pretrained mo…