-
Please close this if it is inappropriate
It seems that benchmarking of [RNN/LSTM](https://www.youtube.com/watch?v=56TYLaQN4N8) is a worthwhile thing to do now as these things are getting amazing resu…
ghost updated
9 years ago
-
susie.sun@yz-amd1:~$ docker run -it rocm/deepspeed:rocm5.7_ubuntu20.04_py3.9_pytorch_2.0.1_DeepSpeed /bin/bash
root@c50e90963e1a:/var/lib/jenkins# deepspeed --num_gpus 1 deploy.py
[2023-12-14 01:52:…
-
## Keyword: detection
### Video Anomaly Detection by Estimating Likelihood of Representations
- **Authors:** Yuqi Ouyang, Victor Sanchez
- **Subjects:** Computer Vision and Pattern Recognition (cs.C…
-
Since a lot of people are working on tuning FPU at the moment and some people are exploring tweaks to the search algorithm I wanted to share a few areas of research I was looking over this evening, in…
-
Using CUDA 11.1, pytorch 1.8.1 and Deepspeed 0.3.14.
Model trains with FP16 and optimization_stage 2, but fails with optimization_stage 3 with the following exception:
b' model_engine.backwar…
-
## Keyword: detection
### Neural Motion Fields: Encoding Grasp Trajectories as Implicit Value Functions
- **Authors:** Authors: Yun-Chun Chen, Adithyavairavan Murali, Balakumar Sundaralingam, Wei Ya…
-
This issue stems from two discussions:
- with @llorracc-git about the need to have d.r. as a function of continuous and/or discrete exogenous states and continuous and/or discrete endogenous states
…
albop updated
4 years ago
-
add a generic bibtex entry with required fields and the extras we want
-
Where should I start if I want to train a model for usage with Neural-Style?
Are Network In Network (NIN) models easier to train than VGG models?
Does anyone know of any guides that cover training …
-
**Describe the bug**
I want to use torch.utils.checkpoint() in `diffusers.models.unet_3d_blocks` to reduce VRAM occupied like this:
```
class DownBlock3D(DownBlock3D):
def forward(self, hidden…