-
### 🐛 Describe the bug
I try to run StableDiffusionPipeline ,and get graph of StableDiffusionPipeline' model,but I meet some error ,I think it cause by pytorch。
My code is as fllow
```
impor…
-
-
**Describe the bug(问题描述)**
```history = model.fit(x, y, batch_size=256, epochs=20, verbose=1, validation_split=0.4, shuffle=True)```
When I try model.fit for DIEN model with run_dien.py of your defa…
-
## Current Behavior
Every time I open Git Bash, I get this error.
```bash
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
If using 'conda activ…
-
### Week 1 - Get to know the community
- [X] Join the communication channels
- [X] Open a GitHub issue (this one!)
- [x] Install the Ersilia Model Hub and test the simplest model
- [x] Write a motiva…
-
我的电脑是 mac book pro
python=3.7
deepctr-torch=0.2.2
tensorflow-macos 2.8.0
我在 DeepMatch-Torch 的示例里运行了 run_fm_dssm.py 但是没有成功,报错了。
`Traceback (most recent call last):
File "/U…
-
### 🐛 Describe the bug
The use of validation dataloader changes the train dataloader, which is unexpected.
## Without validation
``` python
import torch
import torch.utils.data as data
fro…
-
Hello,
Once a model is trained, how to save the checkpoint and reload for inferencing.
I didn't find any inference API in this library.
Does it support inferencing for the prediction task, like…
geo47 updated
2 years ago
-
pip install -U deepctr-torch安装好环境
Requirement already satisfied: tensorflow in d:\devtools\anaconda3\envs\pytorch\lib\site-packages (1.2.1)
Requirement already satisfied: markdown>=2.6.8 in d:\devto…
-
**Describe the bug**
Linear model weight parameters are not included in state_dict() after sending to CUDA. I found this problem when loading the serialized model parameters with `torch.save(model.st…