https://github.com/samet-akcay/ganomaly

sort by:
Revision Author Date Message Commit Date
869027c Bump numpy from 1.16.4 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.16.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 21 June 2022, 22:33:57 UTC
78da4ea Update README.md 06 February 2022, 21:11:17 UTC
99a5ba8 Update requirements.txt 05 August 2020, 14:14:51 UTC
83ff960 Merge pull request #71 from andreluizbvs/fixing_bugs Fixing bugs 20 July 2020, 06:05:13 UTC
106a59e 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 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 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 bug fix 09 October 2019, 09:00:42 UTC
b0503a5 Merge pull request #45 from samet-akcay/fm Fm 14 August 2019, 09:48:37 UTC
2d715a9 Update on requirements.txt 12 August 2019, 09:34:02 UTC
584a736 Updated README.md 12 August 2019, 09:15:42 UTC
26305aa --anomaly_class -> --abnormal_class 12 August 2019, 09:10:20 UTC
fc60507 --anomaly_class -> --abnormal_class 12 August 2019, 09:07:57 UTC
a87f8e2 Updated requirements.txt 12 August 2019, 08:27:02 UTC
1a325b4 Removed --display flag from run_mnist.sh 12 August 2019, 08:26:07 UTC
829ff42 more cleanup 12 August 2019, 07:53:05 UTC
e6b08d1 refactoring. encapsulate train() 12 August 2019, 07:52:15 UTC
63be7f4 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 Modified the name of the weight coefficients. 07 August 2019, 15:20:50 UTC
795b708 Ignore .ipynb_checkpoints 07 August 2019, 15:18:27 UTC
6e63f08 Merge pull request #43 from GerardMaggiolino/master Fixed PyTorch 1.1.0 use, Seeding, Refactoring 01 August 2019, 10:28:33 UTC
fff3440 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 Update README.md 08 July 2019, 10:45:04 UTC
0a1aa1b Update README.md 07 February 2019, 12:04:20 UTC
062d256 Update README.md 07 February 2019, 12:04:05 UTC
b0f894d `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 Feature matching loss is added to the discriminator. 26 October 2018, 11:54:14 UTC
9ba5906 Update README.md 02 October 2018, 09:12:48 UTC
103a8c5 Python2 support 02 October 2018, 08:43:55 UTC
7c2f755 Use Resize instead of Scale 02 October 2018, 08:42:31 UTC
4ded092 Added self.device=cpu option to be able to run on cpu 29 September 2018, 08:57:13 UTC
662b5a8 Added self.device=cpu option to be able to run on cpu 29 September 2018, 08:57:00 UTC
c3cb66e Added self.device=cpu option to be able to run on cpu 29 September 2018, 08:56:33 UTC
64f74d8 Typo fix. 21 September 2018, 05:28:23 UTC
969b0ad Updated threshold for f1 16 August 2018, 20:28:56 UTC
eae4336 Added metric flag to the modle 16 August 2018, 20:26:57 UTC
c6d1dae Added proportion flag to dataloader 16 August 2018, 20:26:25 UTC
9cd1347 Added metric and proportion flags 16 August 2018, 20:25:40 UTC
f73d218 Added f1-score evaluation metric 16 August 2018, 15:38:18 UTC
0a5f738 Merge branch 'master' of github.com:samet-akcay/ganomaly 09 August 2018, 20:49:40 UTC
c801263 Added `mnist2 dataloader 09 August 2018, 20:49:30 UTC
79d0ea4 Update LICENSE 06 August 2018, 15:03:29 UTC
b183ae1 Merge pull request #11 from samet-akcay/add-license-1 Create LICENSE 06 August 2018, 14:12:21 UTC
8882406 Create LICENSE 06 August 2018, 14:12:05 UTC
cb116a1 Updated options to add weights for the individual losses 12 July 2018, 08:38:56 UTC
b54fd92 Updated overall loss function. 12 July 2018, 08:37:55 UTC
1f04271 New set of experiments for varing random seed 05 July 2018, 09:39:35 UTC
1ca49c5 Update README.md 04 July 2018, 12:09:58 UTC
9c46d0e Merge pull request #7 from samet-akcay/PyTorch.v0.4 Option to use different random seeds 04 July 2018, 12:09:08 UTC
976a7f4 Option to use different random seeds 04 July 2018, 12:08:35 UTC
4bf7a69 Update README.md 18 June 2018, 21:46:00 UTC
518f536 Update README.md 18 June 2018, 21:45:31 UTC
8803991 Merge pull request #5 from samet-akcay/PyTorch.v0.4 PyTorch.v0.4 18 June 2018, 21:44:12 UTC
c3612b4 Merge branch 'master' into PyTorch.v0.4 18 June 2018, 21:43:53 UTC
fa310c1 Update README.md 18 June 2018, 21:41:10 UTC
d9984c5 Update README.md 18 June 2018, 21:34:04 UTC
f8dfcce Update README.md 18 June 2018, 21:33:06 UTC
fd6785f Added requirements, and updated readme file 18 June 2018, 21:31:10 UTC
74ab164 Supports PyTorch v0.4 now. 18 June 2018, 20:48:49 UTC
315d97d Update README.md 14 June 2018, 18:00:10 UTC
47de102 Update README.md 14 June 2018, 05:52:54 UTC
4527581 Updated README.md 30 May 2018, 08:51:17 UTC
d388da7 Updated README.md 18 May 2018, 15:13:02 UTC
2d4ef5f Updated README.md 18 May 2018, 15:10:01 UTC
0b71152 Ready to go. 18 May 2018, 14:50:27 UTC
190f219 Added BibTeX entry to README.md 18 May 2018, 14:48:27 UTC
60a40bd Update README.md 18 May 2018, 14:28:20 UTC
67414f2 Update README.md 18 May 2018, 14:25:06 UTC
7e1b76b Updated README.md 18 May 2018, 14:23:42 UTC
adab922 Removed redundant arguments from options.py 16 May 2018, 16:54:57 UTC
7a69632 Updated README.md 16 May 2018, 13:57:44 UTC
36e965a Removed test.py 16 May 2018, 13:41:25 UTC
b85847b Added shell script to replicate experiments. Added tqdm for status bar for the epochs 16 May 2018, 13:40:23 UTC
21b73a8 Updated README.md 11 May 2018, 09:32:53 UTC
d74e97c dataloader now supports mnist 10 May 2018, 19:42:59 UTC
fd77a8f Updated cifar10 dataloader. now type anomaly class to train 10 May 2018, 13:18:49 UTC
e311e4e First Commit 01 May 2018, 15:01:50 UTC
back to top