yabs.io

Yet Another Bookmarks Service

Search

Results

[https://www.techpowerup.com/gpu-specs/?mfgr=AMD&architecture=GCN%205.0&sort=generation] - - public:mzimmerm
amd, apu, database, gcngpu, gfx902, good, gpu - 7 | id:1490009 -

Database of AMD GPUs. Here we can see that 2500U is Vega 8 mobile , which is GCN 5.0. This is only supported in ROCm up to 4.5.2!!

[https://huggingface.co/blog/bert-101] - - public:mzimmerm
ai, bert, best, good, model, progress, summary, transform - 8 | id:1489741 -

Best summary of Natural Language Processing and terms - model (a language model - e.g. BertModel, defines encoder and decoder and their properties), transformer (a specific neural network based on attention paper), encoder (series of transformers on input), decoders (series of transformers on output). Bert does NOT use decoder. TensorFlow and PyTorch are possible backends to Transformers (NN). Summary: BERT is a highly complex and advanced language model that helps people automate language understanding.

[https://www.quantamagazine.org/a-quantum-trick-implied-eternal-stability-now-its-falling-apart-20240226/] - - public:mzimmerm
computer, good, mechanics, quantum, qubit, stable, state - 7 | id:1489714 -

The secret, he found, was to stick the particle in a “disordered” quantum landscape, one dotted with peaks and valleys. Each location would have a random height, representing a random energy. In a real material, this disorder might come from impurities such as missing atoms or atoms of different elements.

[https://stackoverflow.com/questions/42883033/service-worker-check-cached-resources-are-up-to-date-or-latest] - - public:mzimmerm
cache, good, pwa, service-worker - 4 | id:1488881 -

You have two options: Switch from your current cache-first strategy in your fetch handler to a strategy like stale-while-revalidate. Use a build-time tool to generate a service worker that changes each time one of your local resources changes, which will trigger the install and activate handlers, giving them a chance to update your users' caches with the latest copies of your assets. These tools work by generating hashes of each local file and inlining those hashes into the generated service worker script.

[https://stackoverflow.com/questions/49739438/when-and-how-does-a-pwa-update-itself] - - public:mzimmerm
cache, good, pwa, service-worker - 4 | id:1488877 -

Only two events… In essence, there are only two events that will automatically trigger a PWA update: A change in the linked manifest.json; e.g. a changed icon file or a changed scope or start_url. A one-character change in the controlling service-worker.js. E.g., if you store the version number in a const in this file and change it, an update of the PWA will be triggered.

Follow Tags


Export:

JSONXMLRSS