Commit Graph
13471 Commits
Author SHA1 Message Date
geohot 21ebb0b769 if you wait 24 seconds, that gets 98% 2020-10-22 21:49:14 -07:00
geohot 816f648161 chans doesn't need to be in self 2020-10-22 21:19:35 -07:00
geohot 77251cc6c3 7x7 conv = more accuracy 2020-10-22 21:10:27 -07:00
geohot 64b128b712 shorter and faster conv 2020-10-22 20:54:11 -07:00
geohot 1d612f17ce remove float64 check 2020-10-22 20:27:21 -07:00
f0ti 7e1eddb0c5 added RMSprop optim 2020-10-23 02:50:02 +02:00
George HotzandGitHub 65f3a9d499 Merge pull request #11 from 0xNaN/master
tiny gradcheck
2020-10-22 10:22:42 -07:00
Adrian Garcia Badaracco 5ed2bbfa0a remove newline 2020-10-21 18:43:11 -05:00
Adrian Garcia Badaracco 81fe70a3c0 make single line 2020-10-21 18:42:40 -05:00
Adrian Garcia Badaracco fa99c2c723 actually add files 2020-10-21 18:38:48 -05:00
Adrian Garcia Badaracco 466a67f4dd Add requirements.txt 2020-10-21 18:37:47 -05:00
0xNaN 4bdb524da7 moving mask_like to utils 2020-10-22 01:30:59 +02:00
0xNaN ac4ef3a588 removing docs since interface is now the same of pytorch, LOC < 50 ;) 2020-10-22 01:28:52 +02:00
0xNaN f6cad1d7d8 s/model/func/ 2020-10-22 01:28:52 +02:00
0xNaN d95adbddb4 gradcheck now returns only a bool, refactoring of test_gradcheck 2020-10-22 01:28:52 +02:00
0xNaN adbfc67456 test jacobian and numerical_jacobian against torch.autograd.functional.jacobian 2020-10-22 01:28:52 +02:00
0xNaN 7458089b3b fix shape of Jacobian to (n_out, n_in) 2020-10-22 01:28:52 +02:00
0xNaN 1561d3b9c0 extracting jacobian and test_jacobian 2020-10-22 01:28:52 +02:00
0xNaN 93bc3c22a0 tiny gradcheck 2020-10-22 01:28:52 +02:00
George HotzandGitHub e8feaa53d6 Merge pull request #12 from adriangb/pytest-again
TST: Pytest round 2
2020-10-21 16:19:43 -07:00
Adrian Garcia Badaracco 9a8be135a7 incorporate changes 2020-10-21 13:21:44 -05:00
Adrian Garcia Badaracco 58b4f191a4 Merge remote-tracking branch 'upstream/master' into pytest-again 2020-10-21 13:19:58 -05:00
George HotzandGitHub 5a1ff084d8 Merge pull request #13 from geohot/numba
use numba to double conv speed
2020-10-21 09:51:42 -07:00
geohot 685ce5ba7e scope better and don't break tests 2020-10-21 09:44:28 -07:00
geohot a68ead09c0 use numba to double conv speed 2020-10-21 09:34:16 -07:00
Adrian Garcia Badaracco 02adb0ac3a Make test_mnist runnable by pytest and directly 2020-10-21 11:30:08 -05:00
Adrian Garcia Badaracco 5afe6b1f68 rename files 2020-10-21 11:28:03 -05:00
geohot dc325af392 sneaky float64s 2020-10-21 09:26:01 -07:00
geohot ecdf2239fc todo 2020-10-21 09:14:37 -07:00
geohot d91902948b add reshape support and OMG the CONVS are SO SLOW 2020-10-21 09:12:19 -07:00
geohot 03fc6e8a49 layer init for all sizes 2020-10-21 08:48:16 -07:00
geohot e3110c9922 backward pass for conv2d, lol i mostly guessed and made shapes match 2020-10-21 08:45:35 -07:00
George HotzandGitHub 9172bc9c38 Merge pull request #10 from TheMrGhostman/master
fixing adam
2020-10-21 07:37:31 -07:00
George HotzandGitHub 3a111c832c Merge pull request #9 from orena1/patch-1
easier to find what micrograd is...
2020-10-21 07:36:58 -07:00
TheMrGhostman fc6f355c6a fixing adam 2020-10-20 23:29:26 +02:00
Oren AmsalemandGitHub a3839f0fef easier to find what micrograd is...
Added pytorch link just for fun
2020-10-20 08:29:27 +03:00
geohot 4faf3a0aed simpler 2020-10-19 09:37:07 -07:00
geohot bee89a4840 one less loop 2020-10-19 09:34:55 -07:00
geohot 5c2ac48c11 write forward pass for convolution 2020-10-19 09:33:06 -07:00
geohot d5662e09e3 run both tests 2020-10-19 08:59:20 -07:00
geohot 4cace5f798 pytorch 2020-10-18 18:15:47 -07:00
geohot dba362e65e update readme 2020-10-18 16:40:42 -07:00
geohot 2681c79bc5 simple tests, repr not str 2020-10-18 14:55:20 -07:00
geohot 4019c38942 more readme 2020-10-18 14:38:20 -07:00
geohot cc9054e3ec refactor into utils 2020-10-18 14:36:29 -07:00
geohot 0c3dd12b3b i hate tabs 2020-10-18 14:33:13 -07:00
geohot 28100c741f update readme 2020-10-18 14:32:45 -07:00
George HotzandGitHub 4724b5e5b9 Merge pull request #4 from grekiki/patch-1
Make unit-tests run in all branches
2020-10-18 14:29:32 -07:00
geohot a139f34bb6 fix nll loss in example 2020-10-18 14:27:54 -07:00
grekikiandGitHub f394a5edee Make unit-tests run in all branches 2020-10-18 23:03:51 +02:00