You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Note you can install the [pytorch](https://github.com/pytorch/pytorch)
36
-
and [pytorch_lightning](https://github.com/PyTorchLightning/pytorch-lightning) using
37
-
```shell
38
-
pip install -e .[torch]
39
-
```
40
-
but it is only used to create a dataloader for machine learning models, and will not be necessary
41
-
soon (when the dataloader is moved to `nowcasting_dataloader`).
42
-
43
-
44
35
### `pip`
45
36
46
37
A (probably older) version is also available through `pip install nowcasting-dataset`
47
38
48
39
49
-
### `RuntimeError: unable to open shared memory object`
50
-
51
-
To prevent PyTorch failing with an error like `RuntimeError: unable to open shared memory object </torch_2276740_2849291446> in read-write mode`, edit `/etc/security/limits.conf` as root and add this line: `* soft nofile 512000` then log out and log back in again (see [this issue](https://github.com/openclimatefix/nowcasting_dataset/issues/158) for more details).
52
-
53
-
54
40
### PV Live API
55
41
If you want to also install [PVLive](https://github.com/SheffieldSolar/PV_Live-API) then use `pip install git+https://github.com/SheffieldSolar/PV_Live-API
0 commit comments