Closed FurkanGozukara closed 12 hours ago
i never saw such a badly coded repo before
so many so many errors in pipeline and in other files
The error you're encountering is due to the logger trying to open a file at the path 'G:\dev\null', which doesn't exist on a Windows system. This is because the code is using '/dev/null' as a default log file path, which is a Unix-specific device.
refer to: https://github.com/NVlabs/Sana/commit/d1efac58766631c0417c38b1416cc552345ffc40 Besides, please treat open source projects with courtesy and polite.
@lawrence-cj i am so sorry for sounding like rude
i had to spent exactly more than 5 hours to fix all errors to make it run so i was really tired yesterday night at 4 am
finally made it work on windows
thanks for your hard work.
Why you are using something unix only for serious?
Are you selling GPUs to only linux users?