221 Star 941 Fork 691

GVPMindSpore/mindscience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vit.yaml 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
xf233 提交于 2023-12-11 15:23 +08:00 . fix four application bugs
model:
name: "ViT"
in_channels: 3
out_channels: 3
height: 192
width: 384
encoder_depth: 6
encoder_embed_dim: 768
encoder_num_heads: 12
decoder_depth: 6
decoder_embed_dim: 512
decoder_num_heads: 16
ckpt_path: "path/to/ckpt"
data:
root_dir: "./dataset"
train_file_name: "train/train_dataset.mind"
test_file_name: "test/test_dataset.mind"
finetune_file_name: "finetune_dataset.mind"
grid_file_name: "grid.npy"
finetune_ratio: 0.2
batch_size: 32
max_value_list: [ 4.6, 1.0, 0.18418664581293126]
min_value_list: [-2.0, -0.18382872836312403, -0.1839052340212462]
optimizer:
epochs: 1000
learning_rate: 0.0005
wave_level: 1
summary:
summary_dir: "./summary_dir"
test_interval: 10
plot_interval: 100
save_ckpt_interval: 100
postprocess_dir: "./postprocess_dir/visualization/"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindspore/mindscience.git
git@gitee.com:mindspore/mindscience.git
mindspore
mindscience
mindscience
r0.7

搜索帮助