Aditya Tomar
Aditya Tomar
This PR borrows code from #313 to implement a function that can auto-detect a given profile's format using file extensions and JSON schemas. Additionally, it adds a graphframe constructor function...
The [documentation](https://docs.google.com/document/d/1-FInNfD2GC-fVXO6KyeTSp9OSKst5AzLxDaBRb69b-Y/edit#) on page 8 states that `GetPoint()` takes in a float as a parameter, as shown in the below pictures. However, the actual code implementation of `GetPoint()` takes only...
This PR frees up memory used by the `state_dict` variable after we are done using it to load a checkpoint. Not freeing this variable uses up a lot of unnecessary...