Alexander CW Smith
Alexander CW Smith
This PR takes advantage of numba.cuda.close() to release GPU memory upon completion of training, evaluation, or analysis of videos. Very minimal additions, no additional dependencies, no docstring changes. Tested on...
Hello, Is this project meant to be open-source? If so would you please add an open source license to this repository? Thank you, Alex
This commit enables loading a pretrained model from a full model path specified in config.yaml, instead of needing to specify only the model name and not the full path. This...
I added a use_snapshots boolean parameter to vame.evaluate_model, when set to True it will evaluate all snapshots (similar to DeepLabCut) which allows the user to get a better look at...
The optimal scheduler threshold parameter can vary greatly between experiments (from .1 to .0001), depending on the order of magnitude of the loss values. In this PR I changed the...