https://github.com/tensorflow/lucid

sort by:
Revision Author Date Message Commit Date
5045d24 Merge branch 'master' of github.com:tensorflow/lucid 02 November 2018, 23:58:02 UTC
84287c7 0.3.1 release 02 November 2018, 23:57:49 UTC
7c65f16 Add new neuron mech notebook 31 October 2018, 23:28:26 UTC
d347d4e Fix mistake from regex replacement 24 October 2018, 20:40:34 UTC
049b696 update pretty_graphs to Python 3 style print statements 24 October 2018, 20:23:25 UTC
2659d2c update format_graph to Python 3 style print statements 24 October 2018, 20:21:31 UTC
66e6147 Merge pull request #114 from tensorflow/ludwigschubert-contributing-update Update CONTRIBUTING.md 18 October 2018, 16:49:22 UTC
c391cff Update README.md 13 October 2018, 22:57:47 UTC
237907c Update README.md 13 October 2018, 22:57:16 UTC
bc61077 Update README.md 13 October 2018, 22:56:46 UTC
bae95c0 Update CONTRIBUTING.md Add a bit on test coverage (intentionally somewhat vague atm) and fix contributor/collaborator mixup. 01 October 2018, 10:50:48 UTC
9f1c62a Update CONTRIBUTING.md 01 October 2018, 10:43:06 UTC
65bbeb1 Remove contributing information from readme 01 October 2018, 10:31:36 UTC
ac76898 Update CONTRIBUTING.md 01 October 2018, 10:30:51 UTC
1e34d54 Update CONTRIBUTING.md 01 October 2018, 10:28:02 UTC
b189b50 Merge pull request #113 from dguliani/adv_ex Adding notebook that combines lucid visualizations with adv. examples 27 September 2018, 23:44:11 UTC
a99e4d3 Adding notebook that combines lucid visualizations with adversarial examples 27 September 2018, 22:33:50 UTC
6da3ab0 update model comparison notebook 04 September 2018, 00:52:27 UTC
0a72e77 Add early model comparison notebook 31 August 2018, 23:16:45 UTC
3c66af6 Add json to pretty_graph visualizations 31 August 2018, 23:02:00 UTC
346a2f8 Update caricature code 31 August 2018, 22:41:59 UTC
7a0505d Add common visualizations to pretty_graphs 31 August 2018, 22:03:03 UTC
46c1378 Remove stray print statement O_o 31 August 2018, 18:34:43 UTC
3305038 Fix issue with fragment rendering 31 August 2018, 17:55:05 UTC
36d3b52 Remove uneeded broken function call 31 August 2018, 17:55:05 UTC
c397f89 Fix unistantiated variable 31 August 2018, 17:55:05 UTC
1eb239a Add __init__ file 31 August 2018, 17:55:05 UTC
07bbc2d Initial commit of pretty graph code 31 August 2018, 17:55:05 UTC
8ce288b Merge pull request #107 from tensorflow/activations-via-layers Add activations as a property of layers 31 August 2018, 17:49:55 UTC
74c13b7 Metaclass compatibility for Python 2 and 3 31 August 2018, 16:29:16 UTC
1b8d54c fix missing imports 31 August 2018, 16:08:16 UTC
1ce9185 Add activations as a property of layers 31 August 2018, 16:00:03 UTC
93c1445 Add Layer class to modelzoo, convert models to use it in their property. 30 August 2018, 22:31:27 UTC
3725349 Update README.md 29 August 2018, 00:50:24 UTC
ec1b0f3 Update README.md 29 August 2018, 00:48:30 UTC
4a35cc9 Add layer information for: PnasnetMobile_slim, PnasnetLarge_slim, MobilenetV1_025_slim, NasnetMobile_slim, MobilenetV1_050_slim, NasnetLarge_slim, MobilenetV1_slim 28 August 2018, 22:34:25 UTC
63f5f28 updated colab_gl notebook 21 August 2018, 14:32:42 UTC
a48792c Update README.md 14 August 2018, 16:27:53 UTC
7b63822 Reorganize README 14 August 2018, 16:08:49 UTC
2fc15e9 Merge pull request #100 from tensorflow/more-models3 Add MobilenetV2 14 August 2018, 00:08:17 UTC
3102450 Merge branch 'master' of https://github.com/tensorflow/deepviz 13 August 2018, 23:29:42 UTC
4f34d9a Add MobilenetV2 13 August 2018, 23:29:11 UTC
ce1be4e Merge pull request #97 from kmader/patch-1 Update caricature.py to use turn the range to a list first 09 August 2018, 23:03:07 UTC
23dc702 Update caricature.py fixing bug when running in python 3 and reported https://github.com/tensorflow/lucid/issues/96 09 August 2018, 20:45:09 UTC
10371b8 Update README.md 09 August 2018, 18:57:24 UTC
555c986 Add modelzoo notebook 09 August 2018, 18:53:46 UTC
1755664 v0.3 - now with many models 08 August 2018, 23:10:36 UTC
4fb952a Merge pull request #93 from tensorflow/more-models2 modelzoo bucket reorganization 08 August 2018, 22:50:53 UTC
fdfd70a modelzoo bucket reorganization 08 August 2018, 22:35:18 UTC
38e8af2 Merge pull request #92 from tensorflow/more-models2 Further work on modelzoo 08 August 2018, 22:23:09 UTC
9a064d7 Merge branch 'more-models2' of https://github.com/tensorflow/deepviz into more-models2 08 August 2018, 22:03:39 UTC
6645aaf Add anotehr model test 08 August 2018, 22:03:30 UTC
c4a10d8 Re-raise exception when load_graphdef fails. 08 August 2018, 21:55:35 UTC
d50d3b6 Clean up vision_models module namespace in Python 2 specifically. 08 August 2018, 21:55:18 UTC
1722a53 Fix InceptionV1_caffe_Places205 input format 08 August 2018, 21:19:00 UTC
5d76328 Fix AlexNet 08 August 2018, 21:10:50 UTC
1e060e9 Add caricature recipe 08 August 2018, 21:04:10 UTC
e466c70 Add dataset metadata to modelzoo 08 August 2018, 19:39:57 UTC
b986341 Merge branch 'master' of https://github.com/tensorflow/deepviz into more-models2 08 August 2018, 19:15:58 UTC
5750508 Fix ResNetV1_slim metadata 08 August 2018, 19:15:45 UTC
c7017a3 Add tests ensuring clean namespaces for modelzoo modules exporting models 08 August 2018, 19:01:03 UTC
b7debed Update labels 08 August 2018, 18:46:45 UTC
610e224 Add forget_xy docstring 08 August 2018, 17:33:12 UTC
aad49e2 Restore Python 2&3 compatibilty in modelzoo module name filtering code 08 August 2018, 17:32:57 UTC
4a25a46 Fix bug in __all__ generator 08 August 2018, 00:10:08 UTC
43c0c97 Yet more modelzoo export cleaning 08 August 2018, 00:08:38 UTC
882add4 Further clean up modelzoo exports 08 August 2018, 00:05:54 UTC
61c140c clean up vision_models exports 07 August 2018, 23:55:46 UTC
28959b8 Fix tiny bugs 07 August 2018, 23:42:02 UTC
8e613f2 Merge pull request #85 from tensorflow/more-models Adding More Models 07 August 2018, 21:37:57 UTC
4f25fda Improve docs & fix label error 07 August 2018, 21:28:33 UTC
c61b235 Import more models 07 August 2018, 20:50:26 UTC
1ccf751 Fix import error 07 August 2018, 18:33:33 UTC
6cb235e Fix library imports... 07 August 2018, 18:23:30 UTC
0e69b2c Refactor modelzoo 07 August 2018, 18:06:40 UTC
a1b513e Merge branch 'more-models' of https://github.com/tensorflow/deepviz into more-models 06 August 2018, 21:58:35 UTC
b470496 Add more models 06 August 2018, 21:57:17 UTC
7fb7dcb Expand recommend reading list 05 August 2018, 18:38:25 UTC
8fd5fe3 colab_gl notebook 03 August 2018, 16:50:47 UTC
cbd701e Merge pull request #89 from tensorflow/show_graph Add model.show_graph() 02 August 2018, 18:20:20 UTC
f1e7fe6 Update JS dependencies 31 July 2018, 23:01:24 UTC
0b50334 Add backgrounds experiment notebook 31 July 2018, 22:47:57 UTC
f302d6a Add model.show_graph() 31 July 2018, 22:47:41 UTC
e31b785 Merge branch 'master' into more-models 31 July 2018, 21:41:41 UTC
e6f830b Do run integration tests by default on CI 31 July 2018, 21:40:45 UTC
e3c645c resolve conflicts 31 July 2018, 21:39:48 UTC
fb82732 Add lucid/modelzoo/nets_factory.py and tests. Also adds tests for each model's declared shapes, and adds integration tests that load each model's graph. 31 July 2018, 21:35:00 UTC
8066bcf Check in scripts for importing models 31 July 2018, 18:37:54 UTC
cde6acf Add lists of layers to models 31 July 2018, 06:05:38 UTC
4dfb453 Add BGR support 31 July 2018, 06:05:18 UTC
d7b0366 Add VGG models 30 July 2018, 18:35:13 UTC
f5efcab Polish slim-exported models 30 July 2018, 17:15:06 UTC
84f0d48 Import models from slim 30 July 2018, 06:16:45 UTC
0b63f85 Fix input range for Places365 28 July 2018, 07:52:39 UTC
45360d2 Add InceptionV1_caffe_Places365 28 July 2018, 07:51:15 UTC
cdb4fb3 Add two more InceptionV1 variants 28 July 2018, 07:00:39 UTC
79b7513 Merge pull request #84 from zanarmstrong/patch-2 Update render_vis to render.render_vis 27 July 2018, 22:07:07 UTC
ac55379 Fix #43 27 July 2018, 22:05:20 UTC
baf80d5 Merge pull request #76 from tensorflow/cossim_pow Add cossim_pow support to direction and direction_neuron 27 July 2018, 22:00:43 UTC
80daa6c Add AlexNet & InceptionV3 27 July 2018, 21:55:25 UTC
back to top