4 easy steps to Custom Object Classification using Tensorflow Lite
We use an easy method to retrain a pre-trained model for object classification. Transfer learning is an easy and quick method to retrain a model for good classification of objects.
We look into how to setup libvirt running virtualized machines with the disk data stored in an RBD pool in Ceph. We talk about the installation process and configuring ceph and storage pool.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
Vi går igenom vissa kort kommandon för tangentbord.
We look into how to install and use simple-cdd to create a new Bookworm install image fully automated with no input from the user during install. Git repository https://github.com/kalaspuffar/simple-cdd-bookworm
We look at what will come in the next release of java. Java 13, this release will boost your development and help you get up and running.
If you’ve added the JSP performance enhancements I’ve discussed in an earlier post. Then I talked about a flag that disabled JSP compilation. In order to run without compilation enabled you need to precompile your JSP files. This could be done with the JspBatchCompiler command found in {WAS_ROOT}/bin This command has multiple parameters but only a…