Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Windows force deserialization by writing ofstream in binary mode (#…
…166) * remove the path from the force.pt files to test if that's the erro cause * flush the ofstream before reading it in torch * Revert "remove the path from the force.pt files to test if that's the erro cause" This reverts commit 23206b5. * close the file handler * write to file in binary mode. might be required for line breaks on Windows
- Loading branch information