patrikohlsson

Results 4 comments of patrikohlsson

That could cause precedence issues, if you're defining them yourself it should be: ``` #define min(x,y) ((x)>(y)?(y):(x)) #define max(x,y) ((x)>(y)?(x):(y)) ``` Just including the algorithm header and defining _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS solves...

Yes, forgot about that!

If you are running Windows 10 you can activate Bash on Ubuntu under "Programs and features" on the control panel. This will allow you to install torch and run this...