Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Run Commands on Remote Machines
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Run Commands on Remote Machines
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
You can search for packages on https://winget.run/.
winget search grep
winget install grep
Notice that winget does not handle the PATH environment if you install a command-line tool. You …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
sudo lshw -html > hardware.html
osquery
hw-probe is a hardware probe tool which probes for hardware, check operability and find drivers with the help of Linux hardware database .
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
I encountered the following error message
when running a Windows command !./osqueryi.exe .tables in the IPython shell.
In[15] >>> !./osqueryi.exe .tables
'.' is not recognized as an internal or external …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
ImportError: Attempted Relative Import With No Known Parent Package
The best solution is to run the Python script as a Python module. However, you have to add the directory …
inception_v3 requires an input of (299, 299)
while other models requires an input of (224, 224).
Due to adaptive pooling used in some models,
they can run on varying sized intput without throwing errors
(but the results are usually not correct).
You have to resize/crop an image to be the right input size
(and then other necessary transformations, e.g., to_tensor