Commit Graph

208 Commits

Author SHA1 Message Date
sugarme
36b61bf719 added more pickle types 2022-02-24 15:25:15 +11:00
sugarme
dc4ab3047c added subpackage 'pickle' and file-util 2022-02-24 12:43:39 +11:00
sugarme
8baf32d860 fixed initializing CUDA device at example/mnist cnn model 2021-07-23 16:26:39 +10:00
sugarme
5d8751bfaf updated APIs changes 2021-07-23 00:54:41 +10:00
sugarme
35b4732830 reworked on vision/aug 2021-06-30 21:39:40 +10:00
sugarme
fda5adc77d fixed mem leak at RandomAffine 2021-06-26 18:25:26 +10:00
sugarme
5923e0f2e2 fixed RandomAdjustSharpness 2021-06-25 13:36:25 +10:00
sugarme
8aaf69494b clean up 2021-06-25 10:06:03 +10:00
sugarme
b49afeb322 temporarily fixed aug/equalize 2021-06-24 18:41:40 +10:00
sugarme
d6bfc5cd39 WIP: aug equalize 2021-06-24 07:22:30 +10:00
sugarme
b6f5a89f7b vision/aug: added double dtype 2021-06-22 00:38:40 +10:00
sugarme
e4fd5bf140 changed vision/aug input/output tensor dtype to be uint8 2021-06-22 00:03:31 +10:00
sugarme
dbab26c5aa added libtorch APIs get/set optimizer learning rates 2021-06-06 18:04:08 +10:00
sugarme
b02185df22 added libtorch APIs GetLRs and ParamGroupNum 2021-06-04 23:07:59 +10:00
sugarme
e49f0eab20 added augment demo images 2021-05-22 21:49:31 +10:00
sugarme
7292c3575e added image augmentation and minor fixed on ts.Lstsq 2021-05-22 21:02:22 +10:00
sugarme
0c9ab73736 added example/jit-train with README.md and updated code 2021-01-02 20:34:05 +11:00
sugarme
d6fb8d88d8 example/jit-train: added 2021-01-02 16:49:36 +11:00
sugarme
2fb8acef07 added train and eval atm_ API 2021-01-02 15:40:52 +11:00
sugarme
8770fc378b Updated tensor.OfDataSize to write directly binary data; Updated ReadNpy and ReadNpz 2020-11-18 13:07:08 +11:00
sugarme
5801be4072 update to ts.SaveMultiNew 2020-11-18 01:22:36 +11:00
sugarme
b4228528bb WIP(npy): added ReadNpy and ReadNpz 2020-11-17 18:31:29 +11:00
sugarme
992ff860d4 updated example code on README and added Colab links 2020-11-15 10:32:37 +11:00
sugarme
c0da658e6b remove .ipynb_checkpoints 2020-11-15 10:03:18 +11:00
sugarme
07a2fc9979 more cleanup at example/yolo 2020-11-14 14:54:37 +11:00
sugarme
957200c17e cleanup at yolo 2020-11-14 14:51:56 +11:00
sugarme
3f2e4397c8 replace yolo notebook with a link 2020-11-14 14:43:15 +11:00
sugarme
0fe8d22c82 relocated basic notebook 2020-11-13 22:52:26 +11:00
Sugarme
faa510288f Created using Colaboratory 2020-11-13 22:44:01 +11:00
Sugarme
1c5c3699d5
Delete gotch.ipynb 2020-11-13 13:15:33 +11:00
Sugarme
6af627e7bf
Delete gotch_mnist.ipynb 2020-11-13 13:13:19 +11:00
Sugarme
6056096eb1 Created MNIST CNN colab notebook 2020-11-13 12:47:07 +11:00
Sugarme
8296fa1a40 Created basic Gophernotes GoTch on Google Colab 2020-11-13 11:21:25 +11:00
sugarme
c1bbee4880 tensor/print: added padding and precision 2020-11-09 17:16:34 +11:00
sugarme
b18d1cde89 tensor/print: more print options; updated for minor version 2020-11-09 15:59:25 +11:00
sugarme
5d60adf0fd tensor/print: added basic tensor print using fmt Formatter interface 2020-11-09 13:35:28 +11:00
sugarme
c38c909977 corrected Int64Option and Float64Option param functions 2020-11-02 22:35:25 +11:00
sugarme
d146064ea6 added example images and README.md for neural-style-transfer example 2020-11-01 13:29:10 +11:00
sugarme
ccfea76483 example/yolo - added drawing label and added some example images 2020-11-01 13:15:33 +11:00
sugarme
a6d09580aa corrected pointer receiver conversion in vision sub-packages and examples 2020-11-01 11:59:08 +11:00
sugarme
5414b6ed57 nn/rnn: corrected interface type conversion 2020-10-31 23:30:04 +11:00
sugarme
b69d46eae4 converted to pointer receiver at vision sub-package 2020-10-31 22:11:50 +11:00
sugarme
3cd0cf1d30 tensor: added SaveMultiNew to test fixing runtime error when saving trained model 2020-10-29 23:40:24 +11:00
sugarme
1914aac74e tensor/Drop: updated comment 2020-10-24 09:36:06 +11:00
sugarme
95db45896e feat(tensor): ts.MustDrop() now can call multiple times 2020-10-24 00:29:23 +11:00
sugarme
4721ffe670 fix(example/translation): more memory fix 2020-08-03 15:40:04 +10:00
sugarme
a0877826c9 WIP(example/translation): more update 2020-08-03 09:56:59 +10:00
sugarme
2bd23fcc89 WIP(example/translation): more update 2020-08-01 19:32:19 +10:00
sugarme
b77fa54eb0 WIP(example/translation) 2020-08-01 16:33:30 +10:00
sugarme
abd5c8fc7b example/char-rnn: added README.md 2020-07-28 20:10:31 +10:00