In tensorflow, we often use sess.run() to call operations or calculate the value of a tensor. However, there are some tips you should notice when you are using it. In this tutorial, we will use some examples to discuss these tips.
When we are using python nni package for hyper-parameter tuning, we have find this error: cannot load file C:\Users\fly165\Documents\WindowsPowerShell\profile.ps1. In this tutorial, we will introduce how to fix this error.
Windows powershell is more powerful command tool than windows command prompt. In this tutorial, we will introduce some ways to open it for beginners on windows 10.
Aria2 is a powerful tool to download files from internet. We can use python to call it to download our files. In this tutorial, we will introduce you how to do on windows 10.
We often use python list to contain some elements, in order to analysis these elements, we often need to count their frequency and proportion. In this tutorial, we will illustrate python beginners how to do.
Python os.popen() can allow us to call other applications by command line (cmd). However, you may find this error when reading the output: UnicodeDecodeError: ‘gbk’ codec can’t decode byte. In this tutorial, we will introduce you how to fix it.
Python subprocess.Popen() is one of best way to call external application in python. In this tutorial, we will introduce python beginners how to use this function correctly and get the output of child program.
python os.popen() and os.system() can allow python script to call other applications, however, there some differences between them. In this tutorial, we will discuss these differences.
Aria2 is a powerful utility to download files from internet. How to install it on win 10? In this tutorial, we will use some steps to illustrate you how to do.
Python NNI (Neural Network Intelligence) is an AutoML toolkit for automate machine learning, which is very useful to hyper-parameter tuning. In this tutorial, we will introduce how to install this tool on win10.