graft-pytorch 0.1.7__tar.gz → 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. {graft_pytorch-0.1.7/graft_pytorch.egg-info → graft_pytorch-1.0.0}/PKG-INFO +4 -4
  2. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0/graft_pytorch.egg-info}/PKG-INFO +4 -4
  3. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/pyproject.toml +5 -3
  4. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/setup.py +3 -3
  5. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/CITATION.cff +0 -0
  6. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/LICENSE +0 -0
  7. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/MANIFEST.in +0 -0
  8. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/README.md +0 -0
  9. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/examples/Finetune_BERT.ipynb +0 -0
  10. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/examples/local_dataset_utilities.py +0 -0
  11. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/__init__.py +0 -0
  12. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/cli.py +0 -0
  13. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/config.py +0 -0
  14. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/decompositions.py +0 -0
  15. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/genindices.py +0 -0
  16. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/grad_dist.py +0 -0
  17. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/models/BERT_model.py +0 -0
  18. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/models/MobilenetV2.py +0 -0
  19. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/models/ResNeXt.py +0 -0
  20. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/models/__init__.py +0 -0
  21. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/models/efficientnet.py +0 -0
  22. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/models/efficientnetb7.py +0 -0
  23. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/models/fashioncnn.py +0 -0
  24. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/models/mobilenet.py +0 -0
  25. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/models/resnet.py +0 -0
  26. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/models/resnet9.py +0 -0
  27. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/scheduler.py +0 -0
  28. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/trainer.py +0 -0
  29. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/utils/__init__.py +0 -0
  30. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/utils/extras.py +0 -0
  31. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/utils/generate.py +0 -0
  32. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/utils/imagenetselloader.py +0 -0
  33. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/utils/loader.py +0 -0
  34. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/utils/model_mapper.py +0 -0
  35. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft/utils/pickler.py +0 -0
  36. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft_pytorch.egg-info/SOURCES.txt +0 -0
  37. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft_pytorch.egg-info/dependency_links.txt +0 -0
  38. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft_pytorch.egg-info/entry_points.txt +0 -0
  39. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft_pytorch.egg-info/not-zip-safe +0 -0
  40. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft_pytorch.egg-info/requires.txt +0 -0
  41. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/graft_pytorch.egg-info/top_level.txt +0 -0
  42. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/requirements.txt +0 -0
  43. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/setup.cfg +0 -0
  44. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/tests/test_genindices.py +0 -0
  45. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/tests/test_graft.py +0 -0
  46. {graft_pytorch-0.1.7 → graft_pytorch-1.0.0}/tests/test_graft_e2e.py +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graft-pytorch
3
- Version: 0.1.7
3
+ Version: 1.0.0
4
4
  Summary: Gradient-Aware Fast MaxVol Technique for Dynamic Data Sampling
5
5
  Home-page: https://github.com/ashishjv1/GRAFT
6
- Author: Ashish Jha
7
- Author-email: Ashish Jha <Ashish.Jha@skoltech.ru>
8
- Maintainer-email: Ashish Jha <Ashish.Jha@skoltech.ru>
6
+ Author: Ashish Jha, Anh Huy Phan
7
+ Author-email: Ashish Jha <Ashish.Jha@skoltech.ru>, Anh Huy Phan <a.phan@skoltech.ru>
8
+ Maintainer-email: Ashish Jha <Ashish.Jha@skoltech.ru>, Anh Huy Phan <a.phan@skoltech.ru>
9
9
  License: MIT
10
10
  Project-URL: Homepage, https://github.com/ashishjv1/GRAFT
11
11
  Project-URL: Repository, https://github.com/ashishjv1/GRAFT
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graft-pytorch
3
- Version: 0.1.7
3
+ Version: 1.0.0
4
4
  Summary: Gradient-Aware Fast MaxVol Technique for Dynamic Data Sampling
5
5
  Home-page: https://github.com/ashishjv1/GRAFT
6
- Author: Ashish Jha
7
- Author-email: Ashish Jha <Ashish.Jha@skoltech.ru>
8
- Maintainer-email: Ashish Jha <Ashish.Jha@skoltech.ru>
6
+ Author: Ashish Jha, Anh Huy Phan
7
+ Author-email: Ashish Jha <Ashish.Jha@skoltech.ru>, Anh Huy Phan <a.phan@skoltech.ru>
8
+ Maintainer-email: Ashish Jha <Ashish.Jha@skoltech.ru>, Anh Huy Phan <a.phan@skoltech.ru>
9
9
  License: MIT
10
10
  Project-URL: Homepage, https://github.com/ashishjv1/GRAFT
11
11
  Project-URL: Repository, https://github.com/ashishjv1/GRAFT
@@ -4,16 +4,18 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "graft-pytorch"
7
- version = "0.1.7"
7
+ version = "1.0.0"
8
8
  description = "Gradient-Aware Fast MaxVol Technique for Dynamic Data Sampling"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
11
11
  license = {text = "MIT"}
12
12
  authors = [
13
- {name = "Ashish Jha", email = "Ashish.Jha@skoltech.ru"}
13
+ {name = "Ashish Jha", email = "Ashish.Jha@skoltech.ru"},
14
+ {name = "Anh Huy Phan", email = "a.phan@skoltech.ru"}
14
15
  ]
15
16
  maintainers = [
16
- {name = "Ashish Jha", email = "Ashish.Jha@skoltech.ru"}
17
+ {name = "Ashish Jha", email = "Ashish.Jha@skoltech.ru"},
18
+ {name = "Anh Huy Phan", email = "a.phan@skoltech.ru"}
17
19
  ]
18
20
  keywords = ["machine-learning", "deep-learning", "pytorch", "data-sampling", "gradient-based-sampling"]
19
21
  classifiers = [
@@ -17,9 +17,9 @@ with open("requirements.txt", "r", encoding="utf-8") as fh:
17
17
 
18
18
  setup(
19
19
  name="graft-pytorch",
20
- version="0.1.7",
21
- author="Ashish Jha",
22
- author_email="Ashish.Jha@skoltech.ru", # Update with your actual email
20
+ version="1.0.0",
21
+ author="Ashish Jha, Anh Huy Phan",
22
+ author_email="Ashish.Jha@skoltech.ru, a.phan@skoltech.ru", # Update with your actual email
23
23
  description="Gradient-Aware Fast MaxVol Technique for Dynamic Data Sampling",
24
24
  long_description=long_description,
25
25
  long_description_content_type="text/markdown",
File without changes
File without changes
File without changes
File without changes