-
Hello
I want to simulate the included dataset using the BAMBOO force field. I compile the bamboo LAMMPS version with CUDA 12.1.1 and PyTorch 2.1.2. I am on a cluster with a variety of different GPU…
-
Hello,
I see you've been using boolean masks to mask out the weights of the pytorch network. Is there a way to use sparse tensors to achieve an actual speed up in inference in Pytorch currently ?
…
-
What happened?
I am trying to generate video after loading a finetuned/ trained lora model, although the model gets loaded, it doesnt generate video it says the above error, first the error was the f…
-
## 此issue为本周提交作业以及提问讨论的区域
提交作业的形式为:
- 姓名:xxx
- 作业:链接
- 感想:可以对本周学习内容进行小总结,或者学习过程中的感受,也可以是学习过程中的问题等等。
-
Thanks to the implement of XNOR by CUDA and pytorch, it really helps me. I'm now wondering if the implementation can really speed up the training process. After doing some experiment about MNIST, the …
-
Hi @Bartzi
I already successfully train my custom data set (loss score below 0.01) with this command until last epoch:
```
python train_text_recognition.py mytrain/curriculum.json log \
--bla…
-
模型具体的代码如下:
```
---
title: "Cash on Delivery Rejection Prediction"
author: "Liam"
date: "2018/7/26"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
…
-
Comment below with one speaker (and/or a paper by the speaker) whom you wish to see at our workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comment…
-
It includes loading CPU extensions by AddExtension and GPU extensions by SetConfig.
The native sample code could be found at https://github.com/opencv/dldt/blob/2020/inference-engine/samples/classi…
-
Hello,
I am trying to use [Ultra-Light-Fast-Generic-Face-Detector-1MB](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB/tree/master) model in my app.
I have converted the onn…