Commit Graph

21 Commits

Author SHA1 Message Date
Goncalves Henriques, Andre (UG - Computer Science)
9257404edd Move the name of the module 2024-04-21 15:15:00 +01:00
sugarme
c095d9f7f8 removed CleanUp inside ts.NoGrad() 2023-07-06 00:20:11 +10:00
sugarme
afa105c5cd experiment with go GC version 1.19.4 2023-07-04 23:03:49 +10:00
sugarme
1c2e6f2599 change package 'tensor' to 'ts' 2022-03-12 18:20:20 +11:00
sugarme
5d8751bfaf updated APIs changes 2021-07-23 00:54:41 +10:00
sugarme
c38c909977 corrected Int64Option and Float64Option param functions 2020-11-02 22:35:25 +11:00
sugarme
b69d46eae4 converted to pointer receiver at vision sub-package 2020-10-31 22:11:50 +11:00
sugarme
0ff2f910f2 BREAKING CHANGE: switch to auto-generated 2020-07-22 15:56:30 +10:00
sugarme
9817f7393a feat(nn/rnn): added rnn.go feat(nn/conv-transpose): added conv-transpose.go 2020-06-24 18:14:34 +10:00
sugarme
3e08ff3a41 feat(example/mnist): conv 2020-06-23 19:14:08 +10:00
sugarme
ed709027c0 fix(nn/sequential, linear): fixed memory held up due to undeleted middle tensors 2020-06-23 13:37:26 +10:00
sugarme
f36d2482a1 feat(tensor): add option to delete tensor after applying operator to free up C memory 2020-06-21 23:37:42 +10:00
sugarme
4ffe5feb7a chorus(example/mnist): cleanup. Still the memory blow-out issue 2020-06-21 10:57:29 +10:00
sugarme
3f569fdcee feat(tensor): added more tensor API, WIP(example/nn, mnist/nn) 2020-06-19 15:26:42 +10:00
sugarme
5f7aec5061 feat(free C pointer): added 'defer C.free(unsafe.Pointer(ptr))' to all missing. Except for CMalloc func and Nll func 2020-06-17 16:45:59 +10:00
sugarme
20f338014d fix(tensor/NoGrad): added a hacky way to get loss func updated 2020-06-17 16:24:27 +10:00
sugarme
613cd93443 feat(example/mnist): get works when printing out tensor 2020-06-17 11:23:00 +10:00
sugarme
830f9ad9df feat(nn/data): data interator Iter2 2020-06-16 13:39:02 +10:00
sugarme
da950fe881 WIP(example/mnis): NoGrad working with anonymous function. Backward() still not working 2020-06-16 02:56:09 +10:00
sugarme
cf61333fab WIP(example/mnist): auto-grad still not working 2020-06-16 01:59:41 +10:00
sugarme
d3ad29cb53 feat(vision/mnist): completed. WIP(example/mnist) 2020-06-15 13:19:42 +10:00