posisi setting setiap VM:
- /etc/pve/qemu-server
Daftar storage:
- /etc/pve/storage.cfg
Registering LVM Thin:
Datacenter -> Storage -> Add (LVM Thin)
Cek daftar VS
- lvs
Artikel Saintek Umum
posisi setting setiap VM:
Daftar storage:
Registering LVM Thin:
Datacenter -> Storage -> Add (LVM Thin)
Cek daftar VS
An interesting free ebook
When we developed the course Statistical Machine Learning for engineering students at Uppsala University, we found no appropriate textbook, so we ended up writing our own. It will be published by Cambridge University Press in 2021.
Andreas Lindholm, Niklas Wahlström, Fredrik Lindsten, and Thomas B. Schön
A draft of the book is available below. We will keep a PDF of the book freely available also after its publication.
Latest draft of the book (older versions >>)
Source: https://ai.googleblog.com/2021/07/speeding-up-reinforcement-learning-with.html
Reinforcement learning (RL) is a popular method for teaching robots to navigate and manipulate the physical world, which itself can be simplified and expressed as interactions between rigid bodies1 (i.e., solid physical objects that do not deform when a force is applied to them). In order to facilitate the collection of training data in a practical amount of time, RL usually leverages simulation, where approximations of any number of complex objects are composed of many rigid bodies connected by joints and powered by actuators. But this poses a challenge: it frequently takes millions to billions of simulation frames for an RL agent to become proficient at even simple tasks, such as walking, using tools, or assembling toy blocks.
Original Competition: https://www.kaggle.com/c/noaa-fisheries-steller-sea-lion-population-count
Best solutions:
Related Articles
Belgia sudah mewajibkan pengukuran CO2 di tempat umum. [https://www.info-coronavirus.be/en/ventilation/]
Penelitian menganjurkan CO2 sebagai sarana mengukur resiko penularan COVID-19
Referensi
Mengecek versi CUDA di Windows 10
Pengecekan versi CUDA di Windows 10 dapat dilakukan dengan perintah “nvcc –version”
Berikut ini contoh pengecekan versi CUDA:
C:\Users\admin>nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Sun_Jul_28_19:12:52_Pacific_Daylight_Time_2019
Cuda compilation tools, release 10.1, V10.1.243
C:\Users\admin>
Tampilan di atas menunjukkan versi CUDA adalah 10.1
Apa itu Chipageddon?
Istilah ‘chipageddon’ diperkenalkan oleh orang yang biasa berkecimpung di industri mikroelektronika sebagai sebutan untuk masalah kekurangan pasokan mikrochip yang akhir-akhir ini (tahun 2020 ~ 2021) terjadi. Istilah ini adalah lakuran dari ‘microchip’ dan ‘armageddon‘
Istilah chipageddon ini memang agak berlebihan, karena armageddon kurang lebih artinya bencana besar di akhir zaman, sedangkan kekurangan pasokan microchip ini hanya menyebabkan kehidupan lebih repot, namun tidak sampai membuat kehidupan dunia berakhir.
Microchip adalah rangkaian elektronik yang digabungkan pada suatu keping kecil (‘chip’) bahan semikonduktor. Bahan semikonduktor yang paling umum dipakai adalah silikon. Microchip dikenal juga sebagai sirkuit terpadu (‘Integrated Circuit‘) atau IC.
Popular Augmentation library:
Augly (https://github.com/facebookresearch/AugLy) and Albumentations (https://github.com/albumentations-team/albumentations)
Albumentations example: