Gianni's Hub


a blog to share my technology knowledge and other useful stuff, from yesterday to tomorrow

TTG November 2018 - What's new in Azure DevOps and .NET

Last announcement of the day, on November 22nd there will be the monthly Torino Technologies Group (TTG) meetup. We changed the place, now we're hosted by Toolbox Coworking, but still between 6PM and 8PM.

Read more →

Codemotion Milan 2018, November 29-30

Today is a day of announcements. After the traditional appointment with WPC, I'd like to highlight you another important tech conference, Codemotion Milan 2018, on November 29th and 30th. The agenda is available online: a lot of contents and speakers from all over ther world.

Read more →

WPC 2018, Milan, November 27-29

I'd like to invite you to the traditional yearly appointment with WPC 2018, the main Italian conference about Microsoft technologies. This is the 25th edition, organized in Milan (Italy) from November 27th to November 29th by OverNet Education. The session list is ready and available online: also this year, it is very rich with sessions about dev tools, AI, web/app developement and Mixed Reality.

Read more →

Coding Gym Torino, November 17th

Hello all, if you love problems and algorithms, and you'd like to improve your coding and problem solving skills, I'd like to invite you to the new Coding Gym Torino meeting, on November 17th, at 10:30AM in Toolbox.

Read more →

Build Caffe2 and Detectron with GPU support on Windows (Part 2 of 2)

Few weeks ago, I had the need to test and use some custom models made with Caffe2 framework and Detectron. They are actively developed on Linux, but I needed to have them run on Windows 10 with CUDA GPU support. It is possible to build Caffe2 for Windows, and a guide is provided, but if you need to use Detectron (not supported on Windows, officially), it is a bit more complicated and some changes in the source code and in the build scripts are required.

Read more →