ma-xu / Context-Cluster

[ICLR 2023 Oral] Image as Set of Points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meet problems when loading checkpoint

ZilingLiu opened this issue · comments

image
I met some problems when loading checkpoint. It seems that there is no norm0, norm2, norm4, norm6 in checkpoint and the fea_pos, norm.weight, norm.bias, head.weight, head.bias in the checkpoint seems not be used in model.

commented

Thanks. See here https://anonymous.4open.science/r/ContextCluster/README.md
We slightly re-organized the codes for faster training/inference.
We will update the checkpoints after mid of May.

Thanks for your reply!

commented

@SUSTech-lzl

Thanks for your patience. The updated checkpoints are updated, with slightly improvements. Mainly two updates: 1) fix a bug mask.sum to sim.sum; 2) conv1x1 to Linear implementation.

commented

Closed no further discussions. Feel free to reopen it if any further questions.