@tiago.pereira these new tests are really stopping me to do my work.
I am testing Bob packages on a new machine with 16 GB of RAM, and it crashes my machine.
Could you please make these unit tests more realistic?
Edited
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
I've never checked the memory throughput of these tests.
The tests are rather simple. Might be something related with TF or MXNet. I don't know. Needs to be investigated (worth to investigate? the CI can handle that)
What I can tell for sure is that my experiments using these models are far from using 16GB.
FYI, since !112 (merged) has been merged, the tests are now taking 3 hours to finish!
Amir MOHAMMADIchanged title from Tests takes around 1 hour to finish and use more than 16GB of memory to Tests takes around 3 hours to finish and use more than 16GB of memory
changed title from Tests takes around 1 hour to finish and use more than 16GB of memory to Tests takes around 3 hours to finish and use more than 16GB of memory
Well, I don't know what to do.
Those are the faceXzoo models and we are using their code.
One thing we can do to optimize their code is to cap the head of the models off.
They released them with the head (which occupies a big chunk of the total model size).
That would be a good thing to do. 16 GB of RAM for testing should be really the limit. I have 16 GB of RAM on both my laptop and virtual workstation and cannot get more RAM.