Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to build a deep learning environment for running python with Docker container

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how Docker containers build a deep learning environment for running python. Xiaobian thinks it is quite practical, so share it with you as a reference. I hope you can gain something after reading this article.

View virtualization in Task Manager, enabled

If disabled, restart the computer and turn on Bios.

Install Docker Desktop and enable WSL functionality.

Open powershell

docker run --rm -it quay.io/azavea/raster-vision:pytorch-latest images

create container by image id docker create -it --name [name] [image id]docker start [name]

into the container

docker exec -it [container id] /bin/bash

docker cp [local path] containerid:[in-container path]docker cp D:\docker\raster-vision\myPY\test.py 7837a6060 f9d:/opt/src/code/test.pydocker cp containerid:[in-container path] [local path]

View all images docker images View all containers docker ps-a

Expected more than 1 value per channel when training, got input size torch.Size([1, 256, 1, 1])

batch_size=1 results.

Change to even number or set parameter drop_last=True in torch.utils.data.DataLoader class or class inherited from DataLoader created by yourself to discard data less than batch_size.

urllib.error.URLError:

Network issues.

Download it locally and upload it or take a ladder.

About "Docker container how to build a deep learning environment to run python" This article is shared here, I hope the above content can be of some help to everyone, so that you can learn more knowledge, if you think the article is good, please share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report