Questions about computing resouces
See original GitHub issueHi, thanks for the previous prompt responses.
Today, I ran an experiment based on this repo (u2pl/experiments/pascal/1464/ours/train.sh
) with 4 * V100 (32G/gpu) and I got an CUDA OOM error: RuntimeError: CUDA out of memory. Tried to allocate 16.63 GiB (GPU 0; 31.75 GiB total capacity; 5.13 GiB already allocated; 16.63 GiB free; 13.83 GiB reserved in total by PyTorch)
. This error is thrown out when the program comes into second epoch, i.e., the contrastive loss term is activated.
Since the tutorial in README only mentions the number of GPU but not the capacity, I wonder how many resouces are required for U2PL? Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Questions IT should be asking faculty about research ...
Questions IT should be asking faculty about research computing (in regards to their research):. ○ What is your research in? Are you interested...
Read more >Your 4 Most Basic Cloud Computing Questions, Answered
1. What is the cloud? First, let's start with what the cloud is not. · 2. How do I move my data and...
Read more >10 Fundamental Scientific Questions on Intelligent Computing
The Zhejiang Lab and Science have jointly solicited fundamental scientific questions with a significant guiding role for the future research of ...
Read more >Top 60+ Cloud Computing Interview Questions (2023)
These cloud computing interview questions can help early professionals to familiarise themselves with the basic concepts of cloud technology.
Read more >Computing Resources–Frequently Asked Questions
What operating system and application software is installed in the computer labs? · Adobe Design Premium CS 6 · Adobe Premiere Pro CS...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please feel free to contact me if you have any questions 😃
Hi @Haochen-Wang409, thanks for response. Changing
batch_size
from 2 to 1 worked! Thank you very much 😃