added cuda extension for efficent implementation
This commit is contained in:
1
demo.py
1
demo.py
@@ -74,6 +74,7 @@ if __name__ == '__main__':
|
||||
parser.add_argument('--path', help="dataset for evaluation")
|
||||
parser.add_argument('--small', action='store_true', help='use small model')
|
||||
parser.add_argument('--mixed_precision', action='store_true', help='use mixed precision')
|
||||
parser.add_argument('--alternate_corr', action='store_true', help='use efficent correlation implementation')
|
||||
args = parser.parse_args()
|
||||
|
||||
demo(args)
|
||||
|
Reference in New Issue
Block a user