HackerTrans
TopNewTrendsCommentsPastAskShowJobs

brianarbuckle

no profile record

comments

brianarbuckle
·2 ปีที่แล้ว·discuss
Agreed. In inference, I could even imagine a 4-bit conversion for certain edge devices.
brianarbuckle
·2 ปีที่แล้ว·discuss
It's much simpler to get the links via pandas read_html:

import pandas as pd

tables = pd.read_html('https://commons.wikimedia.org/wiki/List_of_dog_breeds', extract_links="all")

tables[-1]