zhrli

Results 18 comments of zhrli

> Could you please check if the loss.item() in `python3 train_sup.py --arch resnet18 --data cifar10 --fd 128 --epo 50 0 --bs 1000 --eps 0.5 --gam1 1 --gam2 1 --lr 0.01...

and two models are different,one from huggingface you give as backbone another from graphcast_sequential.py name1 Out [11]: ['grid_feat_embedding.0.weight', 'grid_feat_embedding.0.bias', 'mesh_feat_embedding.0.weight', 'mesh_feat_embedding.0.bias', 'mesh_edge_feat_embedding.0.weight', 'mesh_edge_feat_embedding.0.bias', 'grid2mesh_edge_feat_embedding.0.weight', 'grid2mesh_edge_feat_embedding.0.bias', 'mesh2grid_edge_feat_embedding.0.weight', 'mesh2grid_edge_feat_embedding.0.bias', 'grid2mesh_edge_update.0.weight', 'grid2mesh_edge_update.0.bias', 'grid2mesh_edge_update.2.weight',...

> 最后一维度是 `total_precipitation` , 训练降水模型会用到 您的意思是只用前20个, data = (data - scaler['mean']) / scaler['std'] ,infer2img 会报错,所以相应修改?

> Can you provide me your system information (hardware specs, cuda version, etc.) and the exact error message that you are getting? Can you provide me your system information (hardware...

> > When building luisa , my computer just collapsed. So, I don't have any info about it > > 你这段过了么,如果你在国内的话我怀疑是git没整完超时了 git submodule update --init --recursive 过了,是超时了好几次。

> Can you tell me which line of `build_luisa.sh` causing you the failure at least? With the current information provided, I have no clue what is happening. I just used...

> Can you tell me which line of `build_luisa.sh` causing you the failure at least? With the current information provided, I have no clue what is happening. and the command...

> What happens if you do not do the cross compile (without using buildx)? ![1735210703773](https://github.com/user-attachments/assets/4b07342b-be3b-4136-adeb-b9254731ad76)

> > 我在 Windows 11 上尝试构建 docker 时也遇到了此错误消息。我创建了一个包含必要更改的拉取请求,完成这些更改后,我成功创建了 Genesis!问题是由脚本具有 Windows 样式的行尾引起的,而 Linux 无法理解。为了解决这个问题,我安装了一个工具将这些行尾转换为 Linux 友好的格式,并确保脚本具有正确的运行权限。我还添加了一个检查,以确认脚本在运行之前位于 Docker 容器内的正确位置。 > > Thank you for this resolution, but Not work for me though....

> Can you tell me which line of `build_luisa.sh` causing you the failure at least? With the current information provided, I have no clue what is happening. I think this...