Giter Site home page Giter Site logo

Comments (26)

rmast avatar rmast commented on May 18, 2024 1

I'm downloading/uploading those other VC runtimes.
There might be some truth in this thread:
https://discuss.pytorch.org/t/ubuntu-what-version-of-cuda-pytorch-etc-can-run-on-a-nvidia-gtx-680-compute-capability-3-0/118469/4

The files mention 3.7, however there might be some issues with 3.7. The Tesla-driver I downloaded is supporting Cuda 11.4, so that might be introducing other issues.

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

Even on that near empty K80 8GB is just too short
image

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

It's already running more than an hour on quadrupalizing a 300 dpi A4, so the 6 core K80 is no luxury.

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

After one and a half hour the memory footprint has more than doubled:
image

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

Next morning still a bit more memory... Glad I disabled Windows update...
image

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

Used memory still growing a bit:
image

from qualityscaler.

Djdefrag avatar Djdefrag commented on May 18, 2024

Wow! Thank you for the comprehensive tests that you did!
I suppose that Pytorch-directml is not well optimized with CPU, in my tests i found that even when i set more cpus, it just use 1. The only thing i can say is that this library is still in alpha state, so maibe in future will be better optimized.

:D

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

The K80 contains a GPU, with CUDA codes sm_30, sm_35 and sm_37. It might be ignored by the used software.

from qualityscaler.

Djdefrag avatar Djdefrag commented on May 18, 2024

Yes, sadly the library just ignore this GPU

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

How long do you estimate a 300 dpi A4 will take with only 6 cores?

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

Do you know an Azure VM which supports DirectML?

from qualityscaler.

Djdefrag avatar Djdefrag commented on May 18, 2024

I estimate from 15 to 30 minutes

from qualityscaler.

Djdefrag avatar Djdefrag commented on May 18, 2024

Sorry, i m not pratical with Azure stuff

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

DirectML should support Kepler according to the readme:
https://github.com/microsoft/DirectML

from qualityscaler.

Djdefrag avatar Djdefrag commented on May 18, 2024

Yes, but i suppose maibe they refers to commercial GPUs like GTX

from qualityscaler.

Djdefrag avatar Djdefrag commented on May 18, 2024

Just to be sure, can you try first a x0.5 upscale or x1 to check if everything works fine, this must be quick

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

Just broke off the long run and started x0.5

from qualityscaler.

Djdefrag avatar Djdefrag commented on May 18, 2024

oook thanks, i was thinking did you installed nvidia drivers on the vm?

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

Should the tool nvidia-smi be on Windows? It can't find it.

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

There was a popup stating K80 driver installed.

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

I'm now installing the Tesla-driver from the Nvidia-site.

from qualityscaler.

Djdefrag avatar Djdefrag commented on May 18, 2024

yes, maibe that will do the catch because when you screened the task manager i saw that there was no GPU panel. That usually happen when the driver is not installed

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

yes, maibe that will do the catch because when you screened the task manager i saw that there was no GPU panel. That usually happen when the driver is not installed

That feature only works with WDDM 2.0 I understand from this video.
https://www.youtube.com/watch?v=gOo73cyeMUU

The K80 has 1.3.

image

from qualityscaler.

rmast avatar rmast commented on May 18, 2024

I've restarted the x1 upscale after a reboot. nvidia-smi responds.

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 473.47       Driver Version: 473.47       CUDA Version: 11.4     |
|-------------------------------+----------------------+----------------------+
| GPU  Name            TCC/WDDM | Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  Tesla K80           TCC  | 00000001:00:00.0 Off |                    0 |
| N/A   32C    P8    35W / 149W |      9MiB / 11448MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

CPU is high, nvidia-smi states "No running processes found"

from qualityscaler.

Djdefrag avatar Djdefrag commented on May 18, 2024

Really strange, so if you upscale on gpu it does nothing?

from qualityscaler.

Djdefrag avatar Djdefrag commented on May 18, 2024

Ah, also did you try install all Visual Studio runtimes?
https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/

from qualityscaler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.