Simon Tse

Results 2 issues of Simon Tse

See below warning message dated 28 Nov 2021 10:31am HK Time `SSLError: HTTPSConnectionPool(host='bern.korea.ac.kr', port=443): Max retries exceeded with url: /plain (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has...

``` import taichi as ti ti.init(arch=ti.metal) @ti.func def generate_nth_grams(s, n): # Break protein in the aamino acid 'token' tokens = [token for token in s] # Use the zip function...

question