siahuat0727

@siahuat0727

Joined on Jun 16, 2017

  • PyFusion 0 - Task PyFusion 1 - 初步调研 PyFusion 2 - 安装记录 + 一些问题 PyFusion 3 - 初版 demo + 测试 PyFusion 4 - Superbenchmark 测试 nnfusion.jit config 设计 关于 nnfusion jit Decorator for class method + other details Others
     Like  Bookmark
  • Summary 语法初步调研 + 实现小 demo Details Decorators and/or with-statement with-statement with-statement 我理解不太合适。 with EXPR as VAR: BLOCK
     Like  Bookmark
  • 姓名: 陈声发 学号:2019280355 Problem 1 We can maintain winning statistics of player 0 and a play terminates with a win for player 0 iff player 0 is declared a winner and the play is a win for player 1 iff it runs forever. The set Q of nodes of this game consists of nodes of the form $(a, p, \tilde{b})$ where $a$ is a node of the parity game, the player $p \in {\text{player 0}, \text{player 1}}$ moves next and $\tilde{b}$ represents the winning statistics of player 0. The number of elements of Q can be bounded by $O(n^4)$.
     Like  Bookmark
  • 20210914 跑实验,存 pkls 来画 auc 图 conda activate chem git checkout get_fold 第一个实验 python train.py --data_path ~/chemprop/CTSL/CTSL_train_1.csv --dataset_type classification --save_dir checkpoints/CTSL_first_exp --gpu 6 --num_folds 10 --config_path ~/chemprop/CTSL/CTSL.json --ensemble_size 2 &> train_first_exp.log &
     Like  Bookmark
  • # 20191028-20191101 周报 ## 0. 展宏学长的量化实验相关 完成了各层独立 scaling factor 的代码。 ## 1. TORCH.SPARSE 调研 ![](https://i.imgur.com/RMeMVWi.png) `torch.sparse` 尚在开发中。 > for now sparse tensor support basically evolves with the needs of our respective projects. Basic GPU support is being worked on - **it will rely on cuSPARSE for some operations.** > [Reference](https://discuss.pytorch.org/t/backprop-through-sparse-dense-matmul/1244/2) ### 稀疏矩阵乘法在 GPU 的效益 简单总结 CPU 上运行的结论: [Reference](https://towardsdatasc
     Like  Bookmark
  • # 2018q3 Homework (bits) <contributed by < [`siahuat0727`](https://github.com/siahuat0727) > [作業 E07: bits](https://hackmd.io/s/r14wRqUjQ) ## 在 Ubuntu Linux x86 64-bit 安裝 32-bit 過程 ``` $ sudo apt update $ sudo apt install gcc-multilib libc6-dev:i386 gcc:i386 ``` 若出現其他 dependencies 就把它們都先安裝好。 ``` gcc:i386 : Depends: cpp:i386 (>= 4:7.3.0-3ubuntu2.1) but it is not going to be installed Depends: gcc-7:i386 (>= 7.3.0-27~) but it is not going to be installed ``` ## 測試有些 function 有可能超
     Like 4 Bookmark