sudo zypper install fetchmsttfonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lr0: 0.001667 # initial learning rate (SGD=1E-2, Adam=1E-3) | |
| lrf: 0.01 # final OneCycleLR learning rate (lr0 * lrf) | |
| momentum: 0.937 # SGD momentum/Adam beta1 | |
| weight_decay: 0.0005 # optimizer weight decay 5e-4 | |
| warmup_epochs: 3.0 # warmup epochs (fractions ok) | |
| warmup_momentum: 0.8 # warmup initial momentum | |
| warmup_bias_lr: 0.1 # warmup initial bias lr | |
| box: 7.5 # box loss gain | |
| cls: 0.5 # cls loss gain | |
| cls_pw: 1.0 # cls BCELoss positive_weight |
sudo zypper install noto-coloremoji-fonts emojione-color-font unicode-emoji
Source: https://sndirsch.github.io/vulkan/2022/10/20/vulkan-packages-on-opensuse.html
Website vulkan-tutorial.com provides installation steps of Vulkan development on Ubuntu. This steps below shows necessary steps to install the equivalent process but on openSUSE.
C++ compiler: should support C++ 17 (g++ 7+ or clang 5+)
sudo zypper in gcc-c++
Download binary file from devel:tools:scm
Then install. It only requires 1 binary file.
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo"
Souce: flatpak/flatpak#2147 (comment)
cd /var/lib
sudo cp -R flatpak /media/data/
NewerOlder