Calden Wloka
Calden Wloka
I am using Python 3.7 and I run into a syntax error from the lines which include `target = target.cuda(async=True)`. Based on [this StackOverflow answer](https://stackoverflow.com/questions/53201534/calling-cuda-with-async-results-in-syntaxerror) I am guessing that `async=True`...
Currently any deep learning model in SMILER expects a CUDA-compatible GPU to be available, and SMILER will fail if that is unavailable. In order to more flexibly support a wider...
In its original release, SMILER was only supported in Linux environments. Cross-platform library support for many of SMILER's dependencies has improved since then, and it would be good if SMILER...