Just played with it a bit. So far my experience is horrible. Nvidia is notorious for poor support in software. I think this one is especially unacceptable. First, I really don’t understand why the installation can be so complicated. I need a host computer connected to the device with a USB cable emulating a network…
Category: Uncategorized
Jupyter lab does not open new tab
Try this jupyter labextension install jupyterlab-plotly jupyter labextension install @jupyter-widgets/jupyterlab-manager plotlywidget
Can’t connect to AWS from ec2 interface
Came across this for one of my WordPress sites. I tried to stop and restart and service. And still can’t reconnect to my server. I ended up creating a new server and tried to recover from an earlier copy. The WordPress site ended up completely broken and it took me five hours to reinstall everything….
Protected: Pose estimation work review
There is no excerpt because this is a protected post.
Confusing things
I guess I seem to be confused with the partition function from evidence. When they appear together, I don’t seem to be confused. But when they appeared in different contexts, I just got confused like falling into some illusion tricks. Given data and parameter , the evidence is simply . And , where the denominator…
Why you ought to Get Involved In Crypto Trading
One of the more well-liked forms of forex market on the Net right now is Cryptocurrency Trading or buying Cryptocurrencies. There are several different currencies being bought and sold on this program and they include: Litecoin, Dogecoin, Peercoin, credit, Megadroid, and lots of others. In case you are new to purchasing Cryptocurrencies then it is…
Changing domain name for wordpress site
I need to move a wordpress site to a new domain. I am thinking to change the database directly. I’m still waiting the DNS to see if the site is working properly. But that is what I done. Export database using mysqldump mysqldump – u root -p wordpress > wordpress.sql Change url name in wordpress.sql…
Would it be A Scam?
The latest awareness in the bitcoin evolution Forex market certainly is the “Bitcoin Evolution. ” Novice out for a little while, but it has just taken off current weeks. Some traders own embraced this because it could basically gives them an edge when it comes to trading. The basic notion is if you set the…
Bagging
The goal of bagging is to avoid overfitting (high variance). Instead of training one model, we can bootstrap the dataset for the training of multiple models. Then, the output will simply be the average (for regression) or the majority vote (for classification) of the outputs evaluated by the trained models . There are at least…
Dart Cheatsheet
I found this cheatsheet very useful in understanding some unique features of Dart such as (?? and ..).