Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print some information about device we are running on (#272)
* Print some information about device we are running on On Darwin, use sysctl to get machine name, on Linux, use `/proc/cpuinfo` and if CUDA device is used use `torch.cuda.get_device_name` Also, change this logger.info to `print` as right now there are no way to control log levels from the generate script
- Loading branch information