https://github.com/samet-akcay/ganomaly
Revision fff34406c03ef4d8017c269aaa86ae3448256e2b authored by Gerard Maggiolino on 23 July 2019, 06:23:32 UTC, committed by Gerard Maggiolino on 24 July 2019, 17:48:54 UTC
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.
1 parent 76ea5e4
Raw File
Tip revision: fff34406c03ef4d8017c269aaa86ae3448256e2b authored by Gerard Maggiolino on 23 July 2019, 06:23:32 UTC
Fixed PyTorch 1.1.0 use, Seeding, Refactoring
Tip revision: fff3440
LICENSE
MIT License

Copyright (c) 2018 Samet Akcay, Durham University, UK

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
back to top