https://github.com/jonas-koehler/s2cnn

sort by:
Revision Author Date Message Commit Date
b75efee Merge pull request #61 from DavidHribek/master Torch.fft fix 20 October 2021, 09:48:38 UTC
798de11 Torch.fft fix 20 October 2021, 09:29:56 UTC
ab03b04 remove line according to comment in commit 1951f42106ee4493f82018ba2f7f320653355a7e 07 October 2021, 12:53:51 UTC
10de816 Update README.md 06 October 2021, 18:30:19 UTC
1951f42 Merge pull request #58 from jessychen1016/master Fix the fft changes from <=torch 1.7 to >=torch 1.8 09 August 2021, 17:32:34 UTC
8772fdb Fix the fft changes from <=torch 1.7 to >=torch 1.8 09 August 2021, 15:22:12 UTC
ebdc4c9 Merge pull request #57 from jonkhler/revert-51-fix-deprecations Revert "Fixed breaking changes in torch.fft package in PyTorch 1.8" 09 August 2021, 14:47:19 UTC
4ce3c06 Revert "Fixed breaking changes in torch.fft package in PyTorch 1.8" 09 August 2021, 14:46:59 UTC
f79f09b Merge pull request #51 from tobi-ace/fix-deprecations 10 June 2021, 20:01:55 UTC
c982e79 Fixed PyTorch breaking changes in torch.fft package 10 June 2021, 15:27:34 UTC
3d3d2ce Merge pull request #49 from janithPet/janithpet/fix_minor_typo 02 April 2021, 17:00:33 UTC
b889dc2 fixed typo sphericla -> spherical 02 April 2021, 13:12:35 UTC
4e9d09a Change from powf to sqrtf (#46) * Change from powf to sqrtf See Issue #41 . The FFT coefficients of certain frequencies were inaccurate due to numeric/rounding errors in powf(s, 0.5). * Change from powf to sqrtf in s2_mm as well 13 October 2020, 08:11:51 UTC
82c8bf2 Update FAQ.md 31 March 2020, 20:47:55 UTC
d000c92 Merge pull request #40 from pimdh/fix-deprecations Fix deprecations and breaking changes in pytorch for molecules example 11 November 2019, 07:55:48 UTC
7175bf3 Fixed Pytorch breaking change incompatibilities and deprecation warnings for molecule example 10 November 2019, 22:04:27 UTC
95e2ad4 Refactored torch.autograd.Function classes to .apply usage. 10 November 2019, 21:49:18 UTC
6dfcbad Update README.md 11 October 2019, 20:50:25 UTC
d1c5c25 Create FAQ.md 04 June 2019, 16:19:36 UTC
687704f Merge pull request #36 from mauriceweiler/master Updated readme to explain favored parameter choices of kernel grids. 30 April 2019, 12:15:55 UTC
164ec6c updated readme 22 April 2019, 12:01:45 UTC
193351e updated readme and default choice for the so3 grid 22 April 2019, 11:26:42 UTC
ef03e9a updated mnist readme 22 April 2019, 10:20:33 UTC
66c5c6b Merge pull request #35 from mauriceweiler/master Improved mnist model (baseline for icosahedral CNNs) 22 April 2019, 08:53:20 UTC
7b76c52 improved mnist model (baseline for icosahedral CNNs) 21 April 2019, 21:28:25 UTC
07ad634 Added README for MNIST example 30 August 2018, 09:20:59 UTC
28e97ba some adjustments 12 August 2018, 14:42:22 UTC
a5cd7d6 Merge pull request #23 from Tai-Wang/master so3_fft relax assert for gpu case 12 August 2018, 11:34:21 UTC
3bfce32 Delete so3_fft.py 12 August 2018, 04:42:50 UTC
0bc63cb so3_fft relax assert for gpu case (without introducing aliasing) 12 August 2018, 04:40:12 UTC
5d13967 so3_fft relax assert for gpu case (without introducing aliasing) 12 August 2018, 04:25:23 UTC
e48ad25 so3_fft relax assert for gpu case (without introducing aliasing) 12 August 2018, 04:24:34 UTC
6dc79d8 so3_fft relax assert for cpu case (without introducing aliasing) 07 August 2018, 20:38:34 UTC
ddecdab so3_fft relax assert for cpu case 07 August 2018, 19:33:03 UTC
d3d6f25 Merge branch 'master' of github.com:jonas-koehler/s2cnn 01 August 2018, 08:06:52 UTC
facdf5c adapt to pynvrtc changes 01 August 2018, 08:06:37 UTC
670f7c4 Update README.md 01 August 2018, 07:56:22 UTC
d576c54 so3_integrate description 31 July 2018, 06:05:39 UTC
70eec9f Merge pull request #17 from pochoi/fix_gendata gendata.py with torchvision.datasets.MNIST 14 June 2018, 06:56:45 UTC
49ef67e change url 13 June 2018, 20:18:21 UTC
1377131 change mails order 12 June 2018, 15:21:00 UTC
52f046e read mnist from pytorch 11 June 2018, 23:53:28 UTC
59fd342 Merge branch 'master' of https://github.com/jonas-koehler/s2cnn 07 June 2018, 10:21:36 UTC
6a4e2f0 added molecule example 07 June 2018, 10:21:28 UTC
7f8dd65 Merge pull request #16 from Archer-Tatsu/multi-gpu Multi gpu 06 June 2018, 14:39:41 UTC
fa3b994 Merge branch 'master' into multi-gpu # Conflicts: # s2cnn/so3_mm.py # s2cnn/soft/s2_fft.py # s2cnn/soft/so3_fft.py 06 June 2018, 03:17:47 UTC
a206abf Merge branch 'master' into multi-gpu # Conflicts: # s2cnn/so3_mm.py # s2cnn/soft/s2_fft.py # s2cnn/soft/so3_fft.py 06 June 2018, 03:17:20 UTC
0a31efe Update .gitignore 06 June 2018, 02:45:31 UTC
8a52f26 Merge branch 'pr/1' 06 June 2018, 02:42:03 UTC
fb6320d update gitignore 06 June 2018, 02:39:36 UTC
303ba9f Merge pull request #15 from pochoi/patch-1 s2_soft_grid 04 June 2018, 08:34:54 UTC
3b078fd s2_soft_grid The order should be beta alpha. 04 June 2018, 07:11:54 UTC
73771e1 Merge branch 'master' of github.com:jonas-koehler/s2cnn 02 June 2018, 17:52:20 UTC
3937599 mnist 02 June 2018, 17:52:17 UTC
9b7be66 fix #13 02 June 2018, 16:56:06 UTC
f3b2d3d fft cuda+cpu 02 June 2018, 16:11:35 UTC
608019a mm cuda+cpu 02 June 2018, 09:40:41 UTC
c5c0755 Try multi GPU 01 June 2018, 03:02:39 UTC
4d2e742 Try multi GPU 01 June 2018, 02:52:07 UTC
356f30f Fixing the Bug: RuntimeError: invalid argument 2: View size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Call .contiguous() before .view(). 31 May 2018, 13:04:16 UTC
0a8e3f4 Removed old/invalid links to source 28 May 2018, 08:44:14 UTC
af8768c cached_dirpklgz 22 May 2018, 14:33:45 UTC
eaf0462 grayscale plot 22 May 2018, 14:32:48 UTC
6c42147 fix #9 08 May 2018, 13:22:52 UTC
df48a02 example fast_ft b_in b_out 08 May 2018, 07:52:44 UTC
03ee763 show_running decorator 06 May 2018, 07:46:22 UTC
c76c914 Merge branch 'master' of github.com:jonas-koehler/s2cnn 05 May 2018, 07:26:15 UTC
7e472bd nicer plot 05 May 2018, 07:26:08 UTC
d853772 Update README.md 05 May 2018, 02:44:56 UTC
dfbb3bd equivariance plot script 05 May 2018, 02:42:25 UTC
3d903e5 cuda kernels needs contiguous inputs 05 May 2018, 01:16:52 UTC
f67cd5d Gimbal lock check 04 May 2018, 23:08:56 UTC
efd044b standardize stuffs 04 May 2018, 22:37:24 UTC
90535ad remove nn and ops folders 04 May 2018, 21:21:18 UTC
0de9c3d Fix serious mistake 04 May 2018, 17:56:22 UTC
e45403d try to fix #7 04 May 2018, 17:49:33 UTC
8d73026 print data loading time 03 May 2018, 14:13:25 UTC
f91a306 pass device to cached functions 03 May 2018, 14:07:34 UTC
4ba770d Update README.md 03 May 2018, 01:24:55 UTC
0ade4af Update README.md 03 May 2018, 01:23:26 UTC
8a9b10a torch.device not hashable 03 May 2018, 00:56:43 UTC
8a5b6ef give device to cached functions 03 May 2018, 00:46:32 UTC
7d9d769 remove Variable 02 May 2018, 22:29:28 UTC
4cbe889 use torch.fft 02 May 2018, 21:10:42 UTC
e8e1a27 Merge branch 'master' of github.com:jonas-koehler/s2cnn 28 April 2018, 20:18:55 UTC
e3955a1 shrec17 README new and old model 28 April 2018, 20:18:48 UTC
6198259 setup.py encoding='utf-8' 28 April 2018, 14:50:49 UTC
cc5802a Fix spacing in readme 17 April 2018, 20:38:50 UTC
5fa3a7e Update readme 17 April 2018, 20:35:50 UTC
1e77d95 Merge pull request #1 from AndreaPi/master fixed broken link in README.md 13 April 2018, 15:33:39 UTC
1a45989 fixed broken link in README.md 13 April 2018, 15:18:28 UTC
1283829 shrec17 example 04 April 2018, 14:31:08 UTC
f0a3a69 shrec17 29 March 2018, 12:10:28 UTC
aeb8672 remove file 27 March 2018, 12:21:58 UTC
c65c6da simplify setup.py 23 March 2018, 10:48:52 UTC
d750d66 shrec17 03 March 2018, 12:47:36 UTC
a73495c shrec17 test 25 February 2018, 12:19:11 UTC
e301209 uniform 07 February 2018, 11:52:20 UTC
ea72402 gitignore 07 February 2018, 11:39:17 UTC
224597b SHREC17 example 07 February 2018, 11:38:32 UTC
back to top