当前位置:网站首页>【李宏毅2022 机器学习春】hw6_GAN(不懂..)
【李宏毅2022 机器学习春】hw6_GAN(不懂..)
2022-04-23 03:47:00 【I'll carry you】
数据集查看
数据集下载需要root权限,我先下载到有root权限的服务器,再scp传输。阿里云往外传 限流了…
(好用的库-model && dataset)Hugging Face : https://huggingface.co/datasets/LeoFeng/MLHW_6
temp_dataset = get_dataset(os.path.join(workspace_dir, 'faces'))
# transforms.ToPILImage(),
images = [temp_dataset[i] for i in range(4)]
grid_img = torchvision.utils.make_grid(images, nrow=4)
plt.figure(figsize=(10,10))
plt.imshow(grid_img.permute(1, 2, 0))
plt.show()
版权声明
本文为[I'll carry you]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_43154149/article/details/124342112
边栏推荐
- Detailed explanation on the use of annotation tool via (VGg image annotator) in mask RCNN
- Wechat payment iframe sub page has no response
- vscode删除卸载残余
- Definition format of array
- Leetcode 617 merge binary tree
- Win10 boot VMware virtual machine boot seconds blue screen problem perfect solution
- [AI vision · quick review of robot papers today, issue 29] Mon, 14 Feb 2022
- [AI vision · quick review of today's sound acoustic papers issue 1] Thu, 14 APR 2022
- Application and definition of interface
- SQL learning record
猜你喜欢
Instructions for fastmock
Installation and configuration of clion under win10
标识符、关键字、数据类型
A sword is a sword. There is no difference between a wooden sword and a copper sword
Basic usage of Google colab (I)
Section 1 array and slicing in Chapter 6
硬核拆芯片
PYMOL-note
Installation and configuration of MinGW under win10
Download and configuration of idea
随机推荐
Mechanical design knowledge point planning
2021-08-31
What to pay attention to when writing the first code
Applet - canvas drawing Poster
Notes sur l'apprentissage profond (Ⅱ) - - Principe et mise en oeuvre de la fonction d'activation
[mathematical modeling] my mathematical memory
Writing latex with vscode - the latest tutorial 2022 / 4 / 17
深度學習筆記(二)——激活函數原理與實現
Leetcode 617 merge binary tree
The art of concurrent programming (6): explain the principle of reentrantlock in detail
The principle and solution of not allowing pasting in an English Network
Installation and configuration of MinGW under win10
Basic knowledge of convolutional neural network
Seekbar custom style details
Basic usage of Google colab (I)
ROS series (IV): ROS communication mechanism series (3): parameter server
STM32 advanced timer com event
[AI vision · quick review of NLP natural language processing papers today, issue 30] Thu, 14 APR 2022
A sword is a sword. There is no difference between a wooden sword and a copper sword
Application and definition of interface