Paint-by-Example icon indicating copy to clipboard operation
Paint-by-Example copied to clipboard

There is an issue with the code for batch testing, which continuously occupies graphics memory during runtime until it explodes

Open QvQKing opened this issue 1 year ago • 3 comments

There is an issue with the code for batch testing, which continuously occupies graphics memory during runtime until it explodes. The problem is shown as follows: 6cec6cc7076d3418dcebae566f8c52b 1710123173953

QvQKing avatar Mar 11 '24 02:03 QvQKing

I also get this bug,wdo you have any solution?

baiyang993 avatar Mar 19 '24 11:03 baiyang993

Comment out line 313:with precision_scope("cuda"),half-precision results in non-release of gpu memory

baiyang993 avatar Mar 20 '24 01:03 baiyang993

Comment out line 313:with precision_scope("cuda"),half-precision results in non-release of gpu memory

Great, Thanks!

QvQKing avatar Mar 27 '24 02:03 QvQKing