In the name of God
This gist contains steps to setup Ubuntu 22.04 for deep learning.
| import seaborn as sns | |
| import pandas as pd | |
| import pylab as plt | |
| import numpy as np | |
| import itertools | |
| import random | |
| import time | |
| def brute_force(cnf): |
| # Get your files that Gmail block. Warning message: | |
| # "Anti-virus warning - 1 attachment contains a virus or blocked file. Downloading this attachment is disabled." | |
| # Based on: http://spapas.github.io/2014/10/23/retrieve-gmail-blocked-attachments/ | |
| # Go to your emails, click the arrow button in the top right, "Show original", save to the same directory as this script. | |
| import email | |
| import sys | |
| import os | |
| if __name__ == '__main__': |