mot_neural_solver icon indicating copy to clipboard operation
mot_neural_solver copied to clipboard

Fix a critical bug

Open songheony opened this issue 4 years ago • 0 comments

I've tested the code with PyTorch 1.5, Pandas 1.0.3, and 1.0.5. Also, I've set hparams["dataset_params"]["precomputed_embeddings"] as False.

Without fixing the bug, you will encounter an error as follow: Line:335 start_ix = assign_ped_ids_ixs[change + 1] Invalid index "change+1", because change has the same length as the assign_ped_ids_ixs.

songheony avatar Jun 29 '20 06:06 songheony