78da4ea | Samet Akcay | 06 February 2022, 21:11:17 UTC | Update README.md | 06 February 2022, 21:11:17 UTC |
99a5ba8 | samet-akcay | 05 August 2020, 14:14:51 UTC | Update requirements.txt | 05 August 2020, 14:14:51 UTC |
83ff960 | samet-akcay | 20 July 2020, 06:05:13 UTC | Merge pull request #71 from andreluizbvs/fixing_bugs Fixing bugs | 20 July 2020, 06:05:13 UTC |
106a59e | André Luiz Vieira | 09 July 2020, 22:54:46 UTC | Fixing bugs to obtain results from other metrics as well as updating requirements, readme and cifar/mnist scripts | 09 July 2020, 22:54:46 UTC |
5bae999 | samet-akcay | 30 October 2019, 11:19:40 UTC | Merge pull request #55 from samet-akcay/dependabot/pip/pillow-6.2.0 Bump pillow from 6.1.0 to 6.2.0 | 30 October 2019, 11:19:40 UTC |
7f05afb | dependabot[bot] | 29 October 2019, 15:16:55 UTC | Bump pillow from 6.1.0 to 6.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.1.0...6.2.0) Signed-off-by: dependabot[bot] <support@github.com> | 29 October 2019, 15:16:55 UTC |
ba013c1 | samet-akcay | 09 October 2019, 09:00:42 UTC | bug fix | 09 October 2019, 09:00:42 UTC |
b0503a5 | samet-akcay | 14 August 2019, 09:48:37 UTC | Merge pull request #45 from samet-akcay/fm Fm | 14 August 2019, 09:48:37 UTC |
2d715a9 | Samet Akcay | 12 August 2019, 09:34:02 UTC | Update on requirements.txt | 12 August 2019, 09:34:02 UTC |
584a736 | Samet Akcay | 12 August 2019, 09:15:42 UTC | Updated README.md | 12 August 2019, 09:15:42 UTC |
26305aa | Samet Akcay | 12 August 2019, 09:10:20 UTC | --anomaly_class -> --abnormal_class | 12 August 2019, 09:10:20 UTC |
fc60507 | Samet Akcay | 12 August 2019, 09:07:57 UTC | --anomaly_class -> --abnormal_class | 12 August 2019, 09:07:57 UTC |
a87f8e2 | Samet Akcay | 12 August 2019, 08:27:02 UTC | Updated requirements.txt | 12 August 2019, 08:27:02 UTC |
1a325b4 | Samet Akcay | 12 August 2019, 08:26:07 UTC | Removed --display flag from run_mnist.sh | 12 August 2019, 08:26:07 UTC |
829ff42 | Samet Akcay | 12 August 2019, 07:53:05 UTC | more cleanup | 12 August 2019, 07:53:05 UTC |
e6b08d1 | Samet Akcay | 12 August 2019, 07:52:15 UTC | refactoring. encapsulate train() | 12 August 2019, 07:52:15 UTC |
63be7f4 | Samet Akcay | 07 August 2019, 15:38:30 UTC | The following are the modifications made to lib/model.py file. 1. Added BaseModel class. 2. Refactored ganomaly class. 3. Updated the feature matching loss of the generator network. 4. Updated the discriminator loss. | 07 August 2019, 15:38:30 UTC |
cd5f78e | Samet Akcay | 07 August 2019, 15:20:50 UTC | Modified the name of the weight coefficients. | 07 August 2019, 15:20:50 UTC |
795b708 | Samet Akcay | 07 August 2019, 15:18:27 UTC | Ignore .ipynb_checkpoints | 07 August 2019, 15:18:27 UTC |
6e63f08 | samet-akcay | 01 August 2019, 10:28:33 UTC | Merge pull request #43 from GerardMaggiolino/master Fixed PyTorch 1.1.0 use, Seeding, Refactoring | 01 August 2019, 10:28:33 UTC |
fff3440 | Gerard Maggiolino | 23 July 2019, 06:23:32 UTC | Fixed PyTorch 1.1.0 use, Seeding, Refactoring Changes to fix PyTorch 1.1.0 incompatibilities, add seeding functionality, deleting unused lines. - See issue #42 - Change of attributes and added context manager use in data.load_data and model.Ganomaly.set_input - Removed unused statements and redundant attributes throughout model.Ganomaly - Added previously missing seeding functionality to data loading, model initialization, and training procedure based on opt args. | 24 July 2019, 17:48:54 UTC |
76ea5e4 | samet-akcay | 08 July 2019, 10:45:04 UTC | Update README.md | 08 July 2019, 10:45:04 UTC |
0a1aa1b | samet-akcay | 07 February 2019, 12:04:20 UTC | Update README.md | 07 February 2019, 12:04:20 UTC |
062d256 | samet-akcay | 07 February 2019, 12:04:05 UTC | Update README.md | 07 February 2019, 12:04:05 UTC |
b0f894d | Samet Akcay | 06 February 2019, 14:29:31 UTC | `TypeError: cant convert CUDA tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.` | 06 February 2019, 14:29:31 UTC |
a49bb37 | Samet Akcay | 26 October 2018, 11:54:14 UTC | Feature matching loss is added to the discriminator. | 26 October 2018, 11:54:14 UTC |
9ba5906 | samet-akcay | 02 October 2018, 09:12:48 UTC | Update README.md | 02 October 2018, 09:12:48 UTC |
103a8c5 | akczay | 02 October 2018, 08:43:55 UTC | Python2 support | 02 October 2018, 08:43:55 UTC |
7c2f755 | akczay | 02 October 2018, 08:42:31 UTC | Use Resize instead of Scale | 02 October 2018, 08:42:31 UTC |
4ded092 | Samet Akcay | 29 September 2018, 08:57:13 UTC | Added self.device=cpu option to be able to run on cpu | 29 September 2018, 08:57:13 UTC |
662b5a8 | Samet Akcay | 29 September 2018, 08:57:00 UTC | Added self.device=cpu option to be able to run on cpu | 29 September 2018, 08:57:00 UTC |
c3cb66e | Samet Akcay | 29 September 2018, 08:56:33 UTC | Added self.device=cpu option to be able to run on cpu | 29 September 2018, 08:56:33 UTC |
64f74d8 | samet-akcay | 21 September 2018, 05:28:23 UTC | Typo fix. | 21 September 2018, 05:28:23 UTC |
969b0ad | akczay | 16 August 2018, 20:28:56 UTC | Updated threshold for f1 | 16 August 2018, 20:28:56 UTC |
eae4336 | akczay | 16 August 2018, 20:26:57 UTC | Added metric flag to the modle | 16 August 2018, 20:26:57 UTC |
c6d1dae | akczay | 16 August 2018, 20:26:25 UTC | Added proportion flag to dataloader | 16 August 2018, 20:26:25 UTC |
9cd1347 | akczay | 16 August 2018, 20:25:40 UTC | Added metric and proportion flags | 16 August 2018, 20:25:40 UTC |
f73d218 | akczay | 16 August 2018, 15:38:18 UTC | Added f1-score evaluation metric | 16 August 2018, 15:38:18 UTC |
0a5f738 | akczay | 09 August 2018, 20:49:40 UTC | Merge branch 'master' of github.com:samet-akcay/ganomaly | 09 August 2018, 20:49:40 UTC |
c801263 | akczay | 09 August 2018, 20:49:30 UTC | Added `mnist2 dataloader | 09 August 2018, 20:49:30 UTC |
79d0ea4 | samet-akcay | 06 August 2018, 15:03:29 UTC | Update LICENSE | 06 August 2018, 15:03:29 UTC |
b183ae1 | samet-akcay | 06 August 2018, 14:12:21 UTC | Merge pull request #11 from samet-akcay/add-license-1 Create LICENSE | 06 August 2018, 14:12:21 UTC |
8882406 | samet-akcay | 06 August 2018, 14:12:05 UTC | Create LICENSE | 06 August 2018, 14:12:05 UTC |
cb116a1 | akczay | 12 July 2018, 08:38:56 UTC | Updated options to add weights for the individual losses | 12 July 2018, 08:38:56 UTC |
b54fd92 | akczay | 12 July 2018, 08:37:55 UTC | Updated overall loss function. | 12 July 2018, 08:37:55 UTC |
1f04271 | akczay | 05 July 2018, 09:39:35 UTC | New set of experiments for varing random seed | 05 July 2018, 09:39:35 UTC |
1ca49c5 | samet-akcay | 04 July 2018, 12:09:58 UTC | Update README.md | 04 July 2018, 12:09:58 UTC |
9c46d0e | samet-akcay | 04 July 2018, 12:09:08 UTC | Merge pull request #7 from samet-akcay/PyTorch.v0.4 Option to use different random seeds | 04 July 2018, 12:09:08 UTC |
976a7f4 | akczay | 04 July 2018, 12:08:35 UTC | Option to use different random seeds | 04 July 2018, 12:08:35 UTC |
4bf7a69 | samet-akcay | 18 June 2018, 21:46:00 UTC | Update README.md | 18 June 2018, 21:46:00 UTC |
518f536 | samet-akcay | 18 June 2018, 21:45:31 UTC | Update README.md | 18 June 2018, 21:45:31 UTC |
8803991 | samet-akcay | 18 June 2018, 21:44:12 UTC | Merge pull request #5 from samet-akcay/PyTorch.v0.4 PyTorch.v0.4 | 18 June 2018, 21:44:12 UTC |
c3612b4 | samet-akcay | 18 June 2018, 21:43:53 UTC | Merge branch 'master' into PyTorch.v0.4 | 18 June 2018, 21:43:53 UTC |
fa310c1 | samet-akcay | 18 June 2018, 21:41:10 UTC | Update README.md | 18 June 2018, 21:41:10 UTC |
d9984c5 | samet-akcay | 18 June 2018, 21:34:04 UTC | Update README.md | 18 June 2018, 21:34:04 UTC |
f8dfcce | samet-akcay | 18 June 2018, 21:33:06 UTC | Update README.md | 18 June 2018, 21:33:06 UTC |
fd6785f | akczay | 18 June 2018, 21:31:10 UTC | Added requirements, and updated readme file | 18 June 2018, 21:31:10 UTC |
74ab164 | akczay | 18 June 2018, 20:48:49 UTC | Supports PyTorch v0.4 now. | 18 June 2018, 20:48:49 UTC |
315d97d | Samet Akcay | 14 June 2018, 18:00:10 UTC | Update README.md | 14 June 2018, 18:00:10 UTC |
47de102 | Samet Akcay | 14 June 2018, 05:52:54 UTC | Update README.md | 14 June 2018, 05:52:54 UTC |
4527581 | akczay | 30 May 2018, 08:51:17 UTC | Updated README.md | 30 May 2018, 08:51:17 UTC |
d388da7 | akczay | 18 May 2018, 15:13:02 UTC | Updated README.md | 18 May 2018, 15:13:02 UTC |
2d4ef5f | akczay | 18 May 2018, 15:10:01 UTC | Updated README.md | 18 May 2018, 15:10:01 UTC |
0b71152 | akczay | 18 May 2018, 14:50:27 UTC | Ready to go. | 18 May 2018, 14:50:27 UTC |
190f219 | akczay | 18 May 2018, 14:48:27 UTC | Added BibTeX entry to README.md | 18 May 2018, 14:48:27 UTC |
60a40bd | samet-akcay | 18 May 2018, 14:28:20 UTC | Update README.md | 18 May 2018, 14:28:20 UTC |
67414f2 | samet-akcay | 18 May 2018, 14:25:06 UTC | Update README.md | 18 May 2018, 14:25:06 UTC |
7e1b76b | akczay | 18 May 2018, 14:23:42 UTC | Updated README.md | 18 May 2018, 14:23:42 UTC |
adab922 | akczay | 16 May 2018, 16:54:57 UTC | Removed redundant arguments from options.py | 16 May 2018, 16:54:57 UTC |
7a69632 | akczay | 16 May 2018, 13:57:44 UTC | Updated README.md | 16 May 2018, 13:57:44 UTC |
36e965a | akczay | 16 May 2018, 13:41:25 UTC | Removed test.py | 16 May 2018, 13:41:25 UTC |
b85847b | akczay | 16 May 2018, 13:40:23 UTC | Added shell script to replicate experiments. Added tqdm for status bar for the epochs | 16 May 2018, 13:40:23 UTC |
21b73a8 | akczay | 11 May 2018, 09:32:53 UTC | Updated README.md | 11 May 2018, 09:32:53 UTC |
d74e97c | akczay | 10 May 2018, 19:42:59 UTC | dataloader now supports mnist | 10 May 2018, 19:42:59 UTC |
fd77a8f | akczay | 10 May 2018, 13:18:49 UTC | Updated cifar10 dataloader. now type anomaly class to train | 10 May 2018, 13:18:49 UTC |
e311e4e | akczay | 01 May 2018, 15:01:50 UTC | First Commit | 01 May 2018, 15:01:50 UTC |