Commit 15786265 by Leo

upload code

parent 15f2b965
# 人工智能课程项目作业说明
# 人工智能课程项目作业说明
# 人工智能课程项目作业说明
项目名称:vit图像分类项目
Tips:核心代码在examples文件夹下的cats_and_dogs.ipynb
Tips:
核心代码在examples文件夹下的cats_and_dogs.ipynb
examples>data中的test和train的数据在examples文件夹下的test和train两个压缩包中
# 一、项目背景
本项目将实现Vision Transformer(ViT)模型,完成图像分类任务。通过将图像分割为序列块并应用Transformer架构,你将掌握:
·图像块嵌入(Patch Embedding)的实现方式
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment