Henry1iu / TNT-Trajectory-Prediction

A Pytorch Implementation of TNT: Target-driveN Trajectory Prediction
487 stars 92 forks source link

数据复现不出来 #59

Open xiaobaiprograming opened 7 months ago

xiaobaiprograming commented 7 months ago

Warning: apex was installed without --cpp_ext. Falling back to Python flatten and unflatten. Warning: apex was installed without --cpp_ext. Falling back to Python flatten and unflatten. 上面这个警告是不是因为版本冲突问题吗? RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling cublasSgemmStridedBatched( handle, opa, opb, m, n, k, &alpha, a, lda, stridea, b, ldb, strideb, &beta, c, ldc, stridec, num_batches) 这个警告跟上面那个警告有关系吗? 太难了。。。。。。。