brianarbuckle·2 yıl önce·discussAgreed. In inference, I could even imagine a 4-bit conversion for certain edge devices.
brianarbuckle·2 yıl önce·discussIt's much simpler to get the links via pandas read_html:import pandas as pdtables = pd.read_html('https://commons.wikimedia.org/wiki/List_of_dog_breeds', extract_links="all")tables[-1]