-
Hi all, I'm running the code below in R using the keras package.
```
library(keras)
use_condaenv('py35',required=TRUE)
reticulate::py_config()
tf_config()
model %
layer_dense(units = 32, …
-
Hi!
I just wanted to know if:
(1) it is possible to provide the model an already split dataset (train/validation/test), avoiding a random splitting;
(2) it is possible to read and save the recommen…
-
Hi,
I'm currently running into issues when I try to run the "netAnalysis_compute" function and it may have something to do with parallel processing. Any help to fix this problem would be great... …
-
### Bug description
Hi,
Im trying to run a simple pytorch lightning model training on mnist data using the pytorch CLI (with yaml config) as a slurm job.
### How to reproduce the bug
Im starti…
-
Hi, thank you for this work. Unfortunately, I do not think that your implementation is correct. The features in the network do not seem to be shared across the network. The input is processed practica…
-
TensorRT Version: 8.2.3.0
trtexec \
--onnx=./onnx_model/model.onnx \
--minShapes=xs:1x1120,xlen:1 \
--optShapes=xs:1x160000,xlen:1 \
--maxShapes=xs:1x480000,xlen:1 \
--wor…
-
### 🐛 Describe the bug
I'm running into an inconsistent behaviour for the mul operation between sparse coo tensor and dense tensor.
**The code**
```
import torch
input_tensor = torch.ones((1…
Emvlt updated
2 years ago
-
你好,我最近在复现LightGCN,[相关的代码库](https://github.com/gusye1234/LightGCN-PyTorch)是可以复现文章的结果的。
但是如果使用recbole, 和文章有一定的差距,我看[之前的issue也有类似的情况](https://github.com/RUCAIBox/RecBole/issues/1020),
可以帮我看看原因吗?
…
-
`!git clone https://github.com/MahmoudAshraf97/whisper-diarization`
`cd /content/whisper-diarization/`
`!pip install -r ./requirements.txt`
`!python diarize.py -a cs.m4a`
I had a problem running…
-
Hi,
What is the purpose of the function `get_target_by_sp_tensor` ? I am curious why do you use BCE loss in this case? 7
Also, about the LIDAR upsampling results: it seems that your model is i…