Supercomputer file systems often enforce quota limits. If a dataset contains a large number of small files, extracting it might exceed the quota. This post explains how to mount large dataset archives (tar files) on a supercomputer, enabling access to the files inside without extraction.
This is the Robotics Learning Notes for ANU 2024 S2 COMP8650
High SoftIRQ on Azure B-Series VM was observed. Investigation revealed that the CPU credits had been exhausted.
Troubleshooting Azure Linux server auto-reboot issue. The cause is Azure auto-installing patches and rebooting the server.
A strange phenomenon where neural network training starts with high accuracy and gradually decreases. The root cause: not setting shuffle=True.