#914 Update Docs

Merged
zoulq merged 10 commits from update_docs into master 9 months ago
laich commented 9 months ago
zoulq reviewed 9 months ago
README.md
@@ -8,0 +8,4 @@

<a href="https://mindtorch.readthedocs.io/">
<div align="center">
<img src="https://openi.pcl.ac.cn/laich/mindtorch_tutorial/raw/branch/master/doc/readthedocs/source_zh/docs/pic/MindTorch_LOGO.png" width="100%" height="30%"/>
zoulq commented 9 months ago
这个主图标,是不是可以和下面docs等图标放在同一行大小,放在最前面。现在页面看起来稍稍不协调
laich commented 9 months ago
更新了logo
Erpim reviewed 9 months ago
README.md
@@ -50,0 +127,4 @@
transforms.Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5))])

train_set = datasets.CIFAR10(root='./data', train=True, download=True, transform=transform)
train_data = DataLoader(train_set, batch_size=128, shuffle=True, num_workers=2, drop_last=True)
Erpim commented 9 months ago
补充完整用例吧,这个代码后续没有训练或者推理的代码
laich commented 9 months ago
补充后代码占比太长
Erpim commented 9 months ago
那是不是可以直接从torchvision的模型里直接导入一个模型.后面的代码可以简单的推理应该就几行,用户如果复制这个用例到本地直接能跑起来,效果会好一些.之前有内部用户反馈过,我们的用例不完整,它们直接复制出来跑不出结果.
laich commented 9 months ago
复制代码能直接跑出结果很重要,加了这个和代码折叠。
laich commented 9 months ago
Poster
更新了LOGO
zoulq merged commit 7562536d1b into master 9 months ago
The pull request has been merged as 7562536d1b.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.