Sitemap
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Pages
Posts
[Pytorch] Same child-module with different instance name
Published:
This is short article about problem I faced during AI-engineering.
Uploading scores csv file on ETL
Published:
This is article for TAs in SNU, or anyone using electronic learning system, ‘Canvas LMS’. Currently Canvas LMS has problem on uploading .csv files created with Excel, for updating grades. This is just problem of text encoding. ETL imports and exports .csv file with encoding utf-8 but when we save .csv file with Excel, it saves with encoding: ANSI. For those who needs deeper understanding look here: About encoding
