Removed TODO

This commit is contained in:
Brian Linaldi 2023-03-31 20:09:28 -04:00 committed by GitHub
parent ec83d01dca
commit 4a715ead13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -476,7 +476,6 @@ pub mod tf {
}
predict_return.push(res)
}
//TODO: remove in the future
//TODO: support actual mtl model outputs
(predict_return, batch_ends)
}