yms-kan 0.0.6__py3-none-any.whl → 0.0.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -173,8 +173,8 @@ def train_val(model, dataset: dict, batch_size, batch_size_test, save_path, txt_
173
173
  results['all_predictions'] = all_predictions
174
174
  results['all_labels'] = all_labels
175
175
  plot_confusion_matrix(all_labels, all_predictions, class_dict, save_path)
176
- if save_path is not None:
177
- model.saveckpt(path=(os.path.join(save_path, 'save_model') + '/' + 'model'))
176
+ # if save_path is not None:
177
+ # model.saveckpt(path=(os.path.join(save_path, 'save_model') + '/' + 'model'))
178
178
  if txt_file is not None:
179
179
  m.update({'lr': train_lr, 'epoch': epoch, 'train_loss': train_loss.item(), 'val_loss': val_loss.item()})
180
180
  append_to_results_file(txt_file, m, column_order,
yms_kan/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.0.6" # 初始版本
1
+ __version__ = "0.0.7" # 初始版本
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yms_kan
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: My awesome package
5
5
  Author-email: yms <11@qq.com>
6
6
  License-Expression: MIT
@@ -11,13 +11,13 @@ yms_kan/hypothesis.py,sha256=Ec20xadfgOSSWeZHQaGn-h9F2PY7LWFU3iniNI2Zd_4,23165
11
11
  yms_kan/plotting.py,sha256=Moi6QTJQxHjutGMgxR9oSsqZSzYY3TP-7WNapdCIqzw,18097
12
12
  yms_kan/spline.py,sha256=ZXyGwl2Sc-UrnrcuUXeUQkBOMnetaWcHrbpZaqatCvs,4345
13
13
  yms_kan/tool.py,sha256=rkRpqF3EcsAq7a3k1F1zKlxfJ4U9n-FzHyNCJgN4URY,21159
14
- yms_kan/train_eval_utils.py,sha256=zekRLiPMb0JWw0hWK6zLTF4Ub2mT7PSP81sIvYl-VfY,16709
14
+ yms_kan/train_eval_utils.py,sha256=ZY_2GbSjVNAeaGQ24tq1NdjHKrAKKhpTGyamrL98Ap4,16713
15
15
  yms_kan/utils.py,sha256=J07L-tgmc1OfU6Tl6mGwHJRizjFN75EJK8BxejaZLUc,23860
16
- yms_kan/version.py,sha256=hlRkaxPm359oqYesPhlxNh2ehVXK30hleVe2-mln1Rg,39
16
+ yms_kan/version.py,sha256=uoISGB8PYFsXDodn6sJTHOWzlwgCMJxhDzwqvKLbLe4,39
17
17
  yms_kan/assets/img/mult_symbol.png,sha256=2f4xUKdweft-qUbHjFI5h9-smnEtc0FWq8hNYZhPAXY,6392
18
18
  yms_kan/assets/img/sum_symbol.png,sha256=94QkMUzmEjlCq_yf14nMEQmettaq86FmlGfdl22b4XE,6210
19
- yms_kan-0.0.6.dist-info/licenses/LICENSE,sha256=BJXDWyF4Groqtnp4Gi9puH4aLg7A2IC3MpHmC-cSxwc,1067
20
- yms_kan-0.0.6.dist-info/METADATA,sha256=rGVjdD3NuHuziwieG_JABRnPR9WCYbgV2trlm-pDmnI,240
21
- yms_kan-0.0.6.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
22
- yms_kan-0.0.6.dist-info/top_level.txt,sha256=Z_JDh6yZf-EiW1eKgL6ADsN2yqEMRMspi-o29JZ1WPo,8
23
- yms_kan-0.0.6.dist-info/RECORD,,
19
+ yms_kan-0.0.7.dist-info/licenses/LICENSE,sha256=BJXDWyF4Groqtnp4Gi9puH4aLg7A2IC3MpHmC-cSxwc,1067
20
+ yms_kan-0.0.7.dist-info/METADATA,sha256=Hk3OV8-kmKS8zSbYOA0phb8PmAxCh6YuTEIgISFWZw0,240
21
+ yms_kan-0.0.7.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
22
+ yms_kan-0.0.7.dist-info/top_level.txt,sha256=Z_JDh6yZf-EiW1eKgL6ADsN2yqEMRMspi-o29JZ1WPo,8
23
+ yms_kan-0.0.7.dist-info/RECORD,,