Giter VIP home page Giter VIP logo

Comments (8)

NNNNAI avatar NNNNAI commented on June 18, 2024 1

Oh, I suggest you to use CUDA >=11.1,because the defualt cuda in the installation instructions is 10.1 which is not suitable for 30 serial GPU

from asmagan.

NNNNAI avatar NNNNAI commented on June 18, 2024

Sorry for the late respond ,did you follow the installation section in readme.md to build your environment? And what kind of GPU did you use.

from asmagan.

Limbicnation avatar Limbicnation commented on June 18, 2024

Hi there. No worries!
I did try to follow the installation instructions. However, I did get an error when building the environment with python 3.6.
I am using an RTX 3090 card.

PS: I am not in office at the moment, but I will try the installation instructions again in January.

Thanks for the reply!

from asmagan.

Limbicnation avatar Limbicnation commented on June 18, 2024

Thanks for the information, I will try that!

from asmagan.

Limbicnation avatar Limbicnation commented on June 18, 2024

Hello,

I am still getting an error:

raise AssertionError("Torch not compiled with CUDA enabled") AssertionError: Torch not compiled with CUDA enabled

Also I have installed CUDA 11.5

| NVIDIA-SMI 495.29.05 Driver Version: 495.29.05 CUDA Version: 11.5

I appreciate your help. Thanks!

regards,
Gero

from asmagan.

Limbicnation avatar Limbicnation commented on June 18, 2024

When I follow these instructions:

conda create -n ASMA python=3.7 conda activate ASMA conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=11.3 -c pytorch -c conda-forge pip install pyyaml paramiko pandas requests tensorboard tensorboardX tqdm

I get the following error:

anaconda3/envs/ASMA/lib/python3.7/site-packages/torchvision/transforms/functional.py", line 45, in _interpolation_modes_from_int return inverse_modes_mapping[i] KeyError: 1920

from asmagan.

birolkuyumcu avatar birolkuyumcu commented on June 18, 2024

for KeyError @Limbicnation

open "ASMAGAN/data_tools/test_data_loader_resize.py"
at line 36 correct like this
transform.append(T.Resize((1088,1920)))

from asmagan.

Limbicnation avatar Limbicnation commented on June 18, 2024

@birolkuyumcu Thank you very much!
This works perfectly now!
👍

from asmagan.

Related Issues (9)

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.