-
* [Link](https://journals.aps.org/prx/pdf/10.1103/PhysRevX.8.011006)
* Title: Neural-Network Quantum States, String-Bond States, and Chiral Topological States
* Keywords (optional):
* Authors…
-
I just tried using torchlens on a model built using a library called [ESCNN](https://github.com/QUVA-Lab/escnn), and I ran into some errors that I'm hoping you can help me with. ESCNN is a relatively…
-
Hi @alexlee-gk
I am trying to workout pretrained model on kth dataset, I have successfully downloaded and processed dataset by running following command
bash data/download_and_preprocess_dataset…
-
Hello,
In your implementation of SpGAT,
there is this line:
edge_e = torch.exp(-self.leakyrelu(self.a.mm(edge_h).squeeze()))
However, I cannot understand why you added the minus sign in front …
-
Thank you for this wonderful resource!
I have noticed that in the "PyTorch and Numpy" video: https://youtu.be/Z_ikDlimN6A?si=fufjAATXrinMXGtu&t=13085 as well as in the online book: https://www.lear…
-
### Prerequisites
I am using latest TensorFlow NGC container nvcr.io/nvidia/tensorflow:20.09-tf2-py3
### Issue
When running my Deep Learning model on 1 GPU (Tesla T4) within the NGC container 20.…
-
# Christian Mills - Training YOLOX Models for Real-Time Object Detection in Pytorch
Learn how to train YOLOX models for real-time object detection in PyTorch by creating a hand gesture detection mode…
-
作者:@Yikun
### 0. 前置条件
根据 https://github.com/cosdt/cosdt.github.io/issues/7 完成pytorch环境搭建
```shell
(.llm-venv) # npu-smi info
(.llm-venv) # python3 -c "import torch;import torch_npu; a…
Yikun updated
10 months ago
-
I am training the 'raccoon' model on an AWS p2.large (Tesla K80) running "Deep Learning Base AMI (Amazon Linux) Version 7.0 (ami-6bc6ac14)"
I get the exceptions below for this command `python train…
-
In the meeting on 25 May 2021 we discussed having an alpaka abstraction for the various tensor core APIs found in recent versions of CUDA and ROCm. Opening this issue for broader discussion (and avoid…