-
Xin chào các bạn!
1. Mình thấy các công đoạn các bạn làm chi tiết và kỹ lưỡng, phần tiền xử lý áp dụng nhiều thao tác, phần tìm mô hình thì thử trên nhiều trường hợp khác nhau. (Không biết các bạn có…
-
Ví dụ:
Sử dụng `pub`
```rust
pub fn foo() {}
```
Sử dụng mặc định
```rust
fn bar() {}
```
Sử dụng `pub(crate)`
```rust
pub(crate) fn baz() {}
```
Sử dụng `pub(super)`
```rust
pub(sup…
-
Ciao ragazzi quando il bot fa le richieste di ricerca ricevo questo errore :
Request received
Request received
Request received
Request received
Request received
Request received
Request rece…
-
it would be nice to have an option for the usage of the IPA as an addition to the usual "letter in japanese to spelling in latin alphabet". this can help clear out confusions for people with different…
-
Completed project
-
## Solution
### Workflow (on llvm backends)
... → Python Code → Taichi AST → Trans AST to string as key → Hash it(hashed key) → Try find offline cache file by hashed-key:
* **Found:** Load cache da…
-
Ciao
avrei bisogno di estrapolare una tabella da un file pdf.
La tabella è splittata su vari fogli, avete indicazioni su come fare?
grazie in antiipo!
-
Mình gửi review về phần thuật toán Adam trong chương 3, [version này](https://github.com/hoangminhquan-lhsdt/optimizers/tree/339ffb8559efadbf479f4506aa5b3c436e76e6f2). Warning: chuẩn bị tinh thần để n…
-
there are multiple letters in the Hiragana lessons that are written as "ji", but even with the parenthesis in some of them (e.g "ji(dji)"), the writing lessons still requires the same "ji" to be writt…
-
**Concisely describe the proposed feature**
We would like to support annotated assignment in the future, for example,
```python
a: ti.i32 = 1
```
Since Taichi is *statically typed*, code snippe…