George Hotz
e01e35e545
14 ops to write for GPU
2020-10-31 10:59:30 -07:00
George Hotz
06928cf3cc
ENET WORKS
2020-10-31 10:42:58 -07:00
George Hotz
68cba88e8f
fix enet bugs, now is mousetrap
2020-10-31 10:28:07 -07:00
George Hotz
a852143572
simpler conv2d
2020-10-31 09:20:20 -07:00
Marcel Bischoff
e5153d401f
Conv2D forward without loops much faster, backward slightly faster ( #38 )
...
* streamlined numerical_jacobian
* Got rid of the g loop in Conv2D.forward
* ereased stupid line
* nothing
* no loops in Conv2D forward
* Conv2D backprop improved
Co-authored-by: Marcel Bischoff <marcel@Marcels-iMac.local>
2020-10-31 09:08:32 -07:00
George Hotz
053c319708
optional look at cat
2020-10-30 09:30:15 -07:00
George Hotz
2c7e75d733
group conv: forward pass works ( #34 )
...
* forward pass works
* got the backward pass
* okay, it's now a coho
2020-10-30 09:19:20 -07:00
George Hotz
339a35b081
div needs help
2020-10-30 08:32:16 -07:00
George Hotz
71aedc2309
it thinks it's washer. it's cat. bad net. you do bad.
2020-10-30 08:28:05 -07:00
George Hotz
c14473f87d
unit test for batchnorm2d
2020-10-30 08:19:58 -07:00
George Hotz
843b1cb7d6
only warn once
2020-10-30 08:04:48 -07:00
Marcel Bischoff
16d324064e
streamlined numerical_jacobian ( #32 )
...
Co-authored-by: Marcel Bischoff <marcel@Marcels-iMac.local>
2020-10-30 02:20:12 -07:00
Liam
127f878fa9
Clean init function ( #29 )
2020-10-29 17:45:55 -07:00
Afshin1354
c13b255847
Update gradcheck.py ( #30 )
2020-10-29 17:45:34 -07:00
Omar Ben Brahim
d0c3912517
fix for invalid GPU error caused by (test/test_net_speed.py::TestConvSpeed::test_mnist) when testing in CI ( #31 )
...
* install the pytorch cpu only version
* get rid of torch gpu version
* test passed seems to get rid of invalid gpu error
* added the libs to requirements.txt
* lol
2020-10-29 17:45:16 -07:00
George Hotz
1dde4ce609
oops, stay in float32
2020-10-29 08:24:12 -07:00
George Hotz
5e7e359706
fix tests
2020-10-29 08:19:07 -07:00
George Hotz
9ae3e9daf3
shape has to be a kwarg now, idk why this didn't break before
2020-10-29 08:13:05 -07:00
George Hotz
2db670ef26
enet refactor + no sigmoid warning
2020-10-29 08:08:21 -07:00
George Hotz
17fa74c15b
factor out a couple nn ops
2020-10-29 08:01:12 -07:00
George Hotz
f84f6c1edd
write sqrt and div using pow
2020-10-29 07:57:25 -07:00
Omar Ben Brahim
ec7bdb87ca
clean up CI ( #28 )
2020-10-29 07:43:31 -07:00
George Hotz
cc17e3271a
try to recognize cat. do not succeed
2020-10-27 21:41:52 -07:00
George Hotz
03d9c98f5b
enet work
2020-10-27 21:23:02 -07:00
George Hotz
0ec279951f
enet weight loading
2020-10-27 21:01:48 -07:00
George Hotz
e84ad3e27d
enet runs
2020-10-27 20:16:29 -07:00
George Hotz
9166eb58bb
more enet
2020-10-27 19:37:21 -07:00
George Hotz
41828d768f
sigmoid and more enet
2020-10-27 19:13:47 -07:00
George Hotz
09d1ebcdaa
examples is better
2020-10-27 18:57:00 -07:00
Göktuğ Karakaşlı
4b163ee270
efficient version of adam ( #20 )
...
* counteracted bias initialization
* test new adam
* add optimizer tests
* rename helper function names to fix the test
* remove redundant import
2020-10-27 15:54:40 -07:00
George Hotz
8d75c9e4c4
we have matmul too
2020-10-27 08:57:17 -07:00
George Hotz
f9788eba14
parameters, and start on efficientnet
2020-10-27 08:53:35 -07:00
George Hotz
0b68c08de0
literally just bump version for picture on pypi
2020-10-27 08:14:22 -07:00
George Hotz
6b5982b6b3
push pypi
2020-10-27 08:13:15 -07:00
George Hotz
716f86a572
sections
2020-10-27 08:10:51 -07:00
Liam
4a663d31da
less than 1000 lines ( #24 )
...
* Actions sloccount check for < 1000 lines (tests and source)
* Sudo lol
* Test sloccount in actions ci
* More tests for the expression
* apt install test to do validation in cli
* fuck test
* try something that probably won't work
* ofcourse not
* test that test fails if lines greater than 1000
* more than 1000 results in 1,000 not 1000. Delete
* remove test lines. Should pass now
* Untouch file
Untouched a file that was changed in testing
2020-10-27 08:07:15 -07:00
George Hotz
dcf630dbeb
Merge pull request #22 from tsmcalister/master
...
adds beautiful and meaningful logo
2020-10-26 16:41:10 -07:00
=
6b44a7f729
adds beautiful and meaningful logo
2020-10-26 18:12:49 +01:00
George Hotz
c5db2cf517
readme more
2020-10-26 09:21:48 -07:00
George Hotz
43591a1e71
make the example simpler
2020-10-26 09:19:20 -07:00
George Hotz
1f0514e5df
pip
2020-10-26 09:15:31 -07:00
George Hotz
64bd4f7936
lol, it's not 1.0
2020-10-26 09:11:32 -07:00
George Hotz
dec2f1c31a
Merge pull request #18 from goktug97/master
...
add setup.py and change imports to relative
2020-10-26 09:09:31 -07:00
Göktuğ Karakaşlı
81040d926d
import only the module
2020-10-26 19:02:06 +03:00
Göktuğ Karakaşlı
8d80726207
two spaces
2020-10-26 18:54:55 +03:00
George Hotz
1654008c1f
conv stride support
2020-10-26 08:54:43 -07:00
George Hotz
2a55d7402b
clean up ops, refactor pool backward. add stride test
2020-10-26 08:47:11 -07:00
George Hotz
93dceb4bee
fix kernel_size bug, name like torch, add test
2020-10-26 08:38:53 -07:00
Göktuğ Karakaşlı
cc9bd45b44
add setup.py and change imports to relative
2020-10-26 18:19:50 +03:00
George Hotz
d0c9be3e25
Merge pull request #17 from tsmcalister/master
...
makes maxpool2d parameterizable
2020-10-26 06:35:34 -07:00