The AI knew to not say don’t hire the lady because she is pregnant but it should have also known never say a lady is pregnant unless she tells you she is.
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: October 27th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Good work.
I’m not sure if it would be possible but for loading the layers and processing could the following be achieved.
On gpu 1 load layers 1,3,5,7 and on gpu 2 load 2,4,6,8 and run the layers in parallel.
Once a layer is complete start unloading it and loading the next layer instead of waiting to finish all loaded layers. That might only be useful for those with slower cards but the loading might slow the processing time and make it worse.