hafnia 0.1.16__py3-none-any.whl → 0.1.18__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hafnia
3
- Version: 0.1.16
3
+ Version: 0.1.18
4
4
  Summary: Python tools for communication with Hafnia platform.
5
5
  Author-email: Ivan Sahumbaiev <ivsa@milestone.dk>
6
6
  License-File: LICENSE
@@ -27,8 +27,8 @@ the [Hafnia Platform](https://hafnia.milestonesys.com/).
27
27
 
28
28
  The package includes the following interfaces:
29
29
 
30
- - `cli`: A Command Line Interface (CLI) to 1) configure/connect to Hafnia and 2) create and
31
- launch [Training-aaS](https://hafnia.readme.io/docs/training-as-a-service) recipe scripts.
30
+ - `cli`: A Command Line Interface (CLI) to 1) configure/connect to Hafnia's [Training-aaS](https://hafnia.readme.io/docs/training-as-a-service) and 2) create and
31
+ launch recipe scripts.
32
32
  - `hafnia`: A python package with helper functions to load and interact with sample datasets and an experiment
33
33
  tracker (`HafniaLogger`).
34
34
 
@@ -48,12 +48,11 @@ To support local development of a training recipe, we have introduced a **sample
48
48
  for each dataset available in the Hafnia [data library](https://hafnia.milestonesys.com/training-aas/datasets). The sample dataset is a small
49
49
  and anonymized subset of the full dataset and available for download.
50
50
 
51
- With the sample dataset, you can seamlessly switch between local and Hafnia training.
51
+ With the sample dataset, you can seamlessly switch between local development and Training-aaS.
52
52
  Locally, you can create, validate and debug your training recipe. The recipe is then
53
- launched with Hafnia Training-aaS, where the recipe runs on the full dataset and can be scaled to run on
53
+ launched with Training-aaS, where the recipe runs on the full dataset and can be scaled to run on
54
54
  multiple GPUs and instances if needed.
55
55
 
56
-
57
56
  ## Getting started: Configuration
58
57
  To get started with Hafnia:
59
58
 
@@ -75,7 +74,7 @@ Copy the key and save it for later use.
75
74
  Hafnia API Key: # Pass your HAFNIA API key
76
75
  Hafnia Platform URL [https://api.mdi.milestonesys.com]: # Press [Enter]
77
76
  ```
78
- 1. Download `mnist` from terminal to verify configuration is working.
77
+ 1. Download `mnist` from terminal to verify that your configuration is working.
79
78
 
80
79
  ```bash
81
80
  hafnia data download mnist --force
@@ -98,7 +97,7 @@ and contains train, validation and test splits.
98
97
  An important feature of `load_dataset` is that it will return the full dataset
99
98
  when loaded on the Hafnia platform.
100
99
  This enables seamlessly switching between running/validating a training script
101
- locally (on the sample dataset) and running full model trainings in the cloud
100
+ locally (on the sample dataset) and running full model trainings with Training-aaS (on the full dataset).
102
101
  without changing code or configurations for the training script.
103
102
 
104
103
  Available datasets with corresponding sample datasets can be found in [data library](https://hafnia.milestonesys.com/training-aas/datasets) including metadata and description for each dataset.
@@ -21,8 +21,8 @@ hafnia/platform/builder.py,sha256=VqcbOPxC7HqGAqFMb6ewThBZYLEV5RBgQrVuMd2dbLY,66
21
21
  hafnia/platform/download.py,sha256=AWnlSYj9FD7GvZ_-9Sw5jrcxi3RyBSSUVph8U9T9ZbQ,4711
22
22
  hafnia/platform/executor.py,sha256=HA8IF2ZTZ6ZiRWNjVdIdWKiUa5i8Yoz06mIUBDwzVDk,3759
23
23
  hafnia/platform/experiment.py,sha256=JDVsRkMvXO0_hvJSUHaElpnBpmHNCBmIJ4r_cw5LYiA,2185
24
- hafnia-0.1.16.dist-info/METADATA,sha256=boGoor9k3TlG2YMU6iCQ8izEMm-1pgRRz4q04FFaDCM,8104
25
- hafnia-0.1.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
- hafnia-0.1.16.dist-info/entry_points.txt,sha256=FCJVIQ8GP2VE9I3eeGVF5eLxVDNW_01pOJCpG_CGnMM,45
27
- hafnia-0.1.16.dist-info/licenses/LICENSE,sha256=DqQ3NOAy7Efwppv0IAVXEm3Za2SI_1OuDfG20ab8eQw,1078
28
- hafnia-0.1.16.dist-info/RECORD,,
24
+ hafnia-0.1.18.dist-info/METADATA,sha256=SFZSoqqRpHevg-fYI-R6tgMpV7Rq0kq1mDZxgetiOAA,8144
25
+ hafnia-0.1.18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
+ hafnia-0.1.18.dist-info/entry_points.txt,sha256=FCJVIQ8GP2VE9I3eeGVF5eLxVDNW_01pOJCpG_CGnMM,45
27
+ hafnia-0.1.18.dist-info/licenses/LICENSE,sha256=DqQ3NOAy7Efwppv0IAVXEm3Za2SI_1OuDfG20ab8eQw,1078
28
+ hafnia-0.1.18.dist-info/RECORD,,