Danling

Latest version: v0.3.6

Safety actively analyzes 631215 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

0.3.6

Commits
- 2d5babb: fix dl.load cannot hanle pandas data (Zhiyuan Chen)
- cdc8a00: fix metrics (Zhiyuan Chen)
- c5d22a6: add license header (Zhiyuan Chen)

latest
Commits
- cdc8a00: fix metrics (Zhiyuan Chen)
- c5d22a6: add license header (Zhiyuan Chen)

0.3.5

Commits
- 203acee: rename print_interval to log_interval (Zhiyuan Chen)
- a5d55f9: fix wraps in flexible_decorator (Zhiyuan Chen)
- c0fabfb: rename score_set to score_split (Zhiyuan Chen)
- 48ef85b: rename AverageMeters to MultiTaskAverageMeter (Zhiyuan Chen)
- b1b8a21: add MultiTaskMetrics (Zhiyuan Chen)
- 960f08c: do not save checkpoint if save_interval is None (Zhiyuan Chen)
- 2eaa06d: auto set log_interval if None (Zhiyuan Chen)
- 52692e8: fix dataloader is not auto prepared in some cases (Zhiyuan Chen)
- bb0655c: no longer print all results at the end of training (Zhiyuan Chen)
- 89d55f8: catch ValueError in r2 (Zhiyuan Chen)
- 8bc5731: support format_spec in format_result (Zhiyuan Chen)
- 800abd0: squeeze output before metrics.update (Zhiyuan Chen)
- 885e81b: catch ValueError in pearson, spearman, and mcc (Zhiyuan Chen)
- 41a43b0: support NestedTensor.concat (Zhiyuan Chen)
- 63e8ef6: add load_pandas (Zhiyuan Chen)
- 3dcd876: fix runner when dataloader missing in config (Zhiyuan Chen)
- df99b35: fix NestedTensor._storage use torch.Tensor in some cases (Zhiyuan Chen)
- 7624639: add dl.tensor API since PyTorch changed the constructor of Tensor (Zhiyuan Chen)
- 5754169: fix docs (Zhiyuan Chen)

0.3.4

Commits
- d9e1064: ignore experiments (Zhiyuan Chen)
- 9781bb0: move results to BaseRunner (Zhiyuan Chen)
- fb81a9e: make Metrics.val return results of current device (Zhiyuan Chen)
- e70bb38: update API of AverageMeters similar to Metrics (Zhiyuan Chen)
- 741d01d: make Runner.state a property (Zhiyuan Chen)
- 061a133: skip certain tests in eralier PyTorch (Zhiyuan Chen)
- a5fb33a: reorganise code, add `split` for better bsz (Zhiyuan Chen)
- 8eb6341: rename TorchRunner to AccelerateRunner (Zhiyuan Chen)
- 3aa9200: fix metrics for multilabel accuracy (Zhiyuan Chen)
- 33a32bc: add matthews_corrcoef in classification metric (Zhiyuan Chen)
- 4de5acb: fix ignored keys in hash (Zhiyuan Chen)
- 7cb1761: undeprecate final_lr in lr_scheduler (Zhiyuan Chen)
- 3c28ae9: improve AverageMeter & AverageMeters (Zhiyuan Chen)
- a6f4129: add metrics to demo (Zhiyuan Chen)

0.3.3

Commits
- 4fb4023: fix lints (Zhiyuan Chen)
- e8582f0: [pre-commit.ci] pre-commit autoupdate (20) (pre-commit-ci[bot]) [20](https://github.com/ZhiyuanChen/DanLing/pull/20)
- 6f58d08: fix bug im MLP (Zhiyuan Chen)
- b25814a: fix metrics with list output (Zhiyuan Chen)
- 2312ad2: fix run_id is not consistent given the same state (Zhiyuan Chen)
- 2b05a63: [pre-commit.ci] pre-commit autoupdate (21) (pre-commit-ci[bot]) [21](https://github.com/ZhiyuanChen/DanLing/pull/21)
- 5cf2c9d: fix typo (Zhiyuan Chen)
- e2640fa: fix metrics in ddp training (Zhiyuan Chen)
- 0ee720e: [pre-commit.ci] pre-commit autoupdate (22) (pre-commit-ci[bot]) [22](https://github.com/ZhiyuanChen/DanLing/pull/22)
- 666a0cd: lazy import torchmetrics (Zhiyuan Chen)
- d72b734: deprecate python 3.7 (Zhiyuan Chen)
- 888109b: update dependencies (Zhiyuan Chen)
- 08dde7e: update doc site description (Zhiyuan Chen)
- fc2ac73: fix doc of catch decorator (Zhiyuan Chen)
- 005b395: add examples for ensure_dir (Zhiyuan Chen)
- c0762cc: improve docs for method_cache (Zhiyuan Chen)
- e7be604: move name/id/uuid to BaseRunner (Zhiyuan Chen)

0.3.2

Commits
- d039f7c: minor improvements (Zhiyuan Chen)
- 286b173: [pre-commit.ci] pre-commit autoupdate (16) (pre-commit-ci[bot]) [16](https://github.com/ZhiyuanChen/DanLing/pull/16)
- fda110f: fixes PNTensor.__deepcopy__ error in rare cases (Zhiyuan Chen)
- eba6aa6: fix name conflicts in __setattr__ (Zhiyuan Chen)
- 1e4f766: [pre-commit.ci] pre-commit autoupdate (17) (pre-commit-ci[bot]) [17](https://github.com/ZhiyuanChen/DanLing/pull/17)
- 1230ebf: [pre-commit.ci] pre-commit autoupdate (18) (pre-commit-ci[bot]) [18](https://github.com/ZhiyuanChen/DanLing/pull/18)
- 6cd8366: fix mypy (Zhiyuan Chen)
- cbb1c63: fix NestedTensor.storage is not a method and _state is not a property (Zhiyuan Chen)
- a48b14e: fix lint (Zhiyuan Chen)
- 1f6b5af: fix train tensorboard (Zhiyuan Chen)
- 34e5719: set default value of final_lr_ratio to 1e-3 (Zhiyuan Chen)
- e7b1fdd: make MLP and Dense more flexible (Zhiyuan Chen)
- cbeee3f: fix device for Metrics (Zhiyuan Chen)
- 7ebcf84: explicitly set kwargs for method_cache (Zhiyuan Chen)
- a074ee7: support 'pandas' and 'pd' for pandas pickle in IO (Zhiyuan Chen)
- 8a25769: update runner id (Zhiyuan Chen)
- a23ec75: make check_dir a standlone method (Zhiyuan Chen)
- 210c2fb: fix padding values used in metrics calc when input/target is NestedTensor (Zhiyuan Chen)
- 8828a4d: improve NestedTensor (Zhiyuan Chen)
- 541bfc2: improve Metrics & AverageMeters (Zhiyuan Chen)

0.3.1

Commits
- 02741ba: register collate_pn_tensor_fn to default_collate_fn_map (Zhiyuan Chen)
- bc30250: NestedTensor now returns False when comparing to objects with unsupported type (Zhiyuan Chen)
- edac28a: copy class config to local at init (Zhiyuan Chen)
- 7097dd1: no longer print at the first iter, but at the last iter (Zhiyuan Chen)
- 22efbb2: fix eval dataset in mnist demo (Zhiyuan Chen)

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.