-
This should help keep the code cleaner but also allow us to use simultaneous dropout when needed
dfulu updated
1 month ago
-
It would be great if this new MAE-style method called SparK was introduced to lightly.
Paper: https://arxiv.org/abs/2301.03580 featured in ICLR'23 Spotlight
Code: https://github.com/keyu-tian/Spar…
-
Hello. I'm getting an output model.c file with 230mb in size. I set the input ONNX file from yolov7-tiny.
the issue is when i want to load model.c in my IDE as it throws segmentation error in compili…
-
## 🐞Describe the bug
Unexpected behavior with 0 size tensors concatenation from PyTorch
## To Reproduce
- If a python script can reproduce the error, please paste the code snippet
```
x = torch…
-
Hi! I was trying to run the following command:
`python3 train.py --name GMM --stage GMM --workers 4 --save_count 5000 --shuffle`
When the interpreter gave me this error:
```
amnesy@efe:~/Des…
-
Hi,
I have downloaded all the data with `data_download.py`, but...
When I try to train CP-VTON GMM stage, I get this error immediately:
`RuntimeError: output with shape [1, 256, 192] doesn't …
Mi5ke updated
4 years ago
-
Hola Alex,
Al entrenar la red neuronal, por terminal me sale lo siguiente:
(deteccionobj) C:\Users\Master\Documents\deteccion-objetos-video-master>python train.py --model_def config/yolov3-cus…
-
Hi:
With below code added to GazeML/src/core/model.py inference_generator, I can successfully export the GazeML to a frozen graph gaze.pb with the weights loaded by saver:
```python
sess = se…
parai updated
4 years ago
-
### 🐛 Describe the bug
I am using NaNDetect in the llama2.c project to track down NaNs during training.
https://github.com/karpathy/llama2.c
I works when device='cpu' but gets the exception whe…
-
I just ran this app via BL. It generated following config.json
```
{
...
"do_probabilistic": true,
"do_deterministic": false,
"do_tensor": false,
"prob_curvs": "0.25 0.5 1 2 4…