Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about the checkpoint for the net #9

Open
Lukas88664 opened this issue Jun 16, 2024 · 1 comment
Open

about the checkpoint for the net #9

Lukas88664 opened this issue Jun 16, 2024 · 1 comment

Comments

@Lukas88664
Copy link

Lukas88664 commented Jun 16, 2024

if it is possible to provide the checkpoint?
and in the codes i find that due to the config in :
def add_model_specific_args(parent_parser):
parser = parent_parser.add_argument_group('HiVT')
parser.add_argument('--historical_steps', type=int, default=20)
parser.add_argument('--future_steps', type=int, default=30)
parser.add_argument('--num_modes', type=int, default=6)
parser.add_argument('--rotate', type=bool, default=True)
parser.add_argument('--node_dim', type=int, default=2)
parser.add_argument('--edge_dim', type=int, default=2)
parser.add_argument('--embed_dim', type=int, required=True)
parser.add_argument('--num_heads', type=int, default=8)
parser.add_argument('--dropout', type=float, default=0.1)
parser.add_argument('--num_temporal_layers', type=int, default=4)
parser.add_argument('--num_global_layers', type=int, default=3)
parser.add_argument('--local_radius', type=float, default=50)
parser.add_argument('--parallel', type=bool, default=False)
parser.add_argument('--lr', type=float, default=5e-4)
parser.add_argument('--weight_decay', type=float, default=1e-4)
parser.add_argument('--T_max', type=int, default=64)
return parent_parser

the refine_radius is always 50 which should be -1 according to the paper

@Lukas88664 Lukas88664 changed the title about about the checkpoint for the net Jun 16, 2024
@youngzhou1999
Copy link
Collaborator

Sorry for the late reply. I have been so occupied with other stuff recently. We will release the checkpoint soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants