JERRYLSU

Python - Iterable vs Iterator
by Jerry Su, post on Dec 30, 2020

import re
from collections.abc import Iterator, Iterable

鸭子类型,通过协议实现

1. Iterable

可迭代协议: __iter__()

import re

class Sentence1:
    def __init__(self, text …

Read in 2 mins
Python - os
by Jerry Su, post on Dec 24, 2020

Reason is the light and the light of life.

Read in 1 mins
Python Requests
by Jerry Su, post on Dec 20, 2020

Reason is the light and the light of life.

Read in 17 mins
Python Decorator
by Jerry Su, post on Dec 20, 2020

Reason is the light and the light of life.

Read in 2 mins
Python Built-in Functions
by Jerry Su, post on Dec 18, 2020

Reason is the light and the light of life.

Read in 1 mins
CategoricalCrossentropy VS SparseCategoricalCrossentropy
by Jerry Su, post on Dec 09, 2020

Reason is the light and the light of life.

tf.not_equal/reduce_any/boolean_mask
by Jerry Su, post on Dec 03, 2020

Reason is the light and the light of life.

Python - list.index
by Jerry Su, post on Dec 03, 2020

Reason is the light and the light of life.

Read in 1 mins
tf.broadcast_to
by Jerry Su, post on Nov 23, 2020

Reason is the light and the light of life.

tf.concat/split/stack
by Jerry Su, post on Nov 23, 2020

Reason is the light and the light of life.