-
Hi, I am running the code and installed the necessary packages as in the requirements.txt. It states pytorch-lightning==1.9.1 and when I run pip show pytorch-lightning
in the terminal it shows
```
…
-
Starting with version 1.8, pytorch_lightning was renamed lightning. Although they are still updating the old pytorch_lightning package, the plan is to eventually deprecate and retire this: https://git…
-
Following code stop with
> AttributeError: 'builtin_function_or_method' object has no attribute '__code__'. Did you mean: '__call__'?
```clojure
(ns pytorchlightning.core
(:gen-class)
(:…
-
### What happened + What you expected to happen
If I try to train a `Auto*` model on my office macbook, it always fails for each of the trials, and finally failed complaining that no trials succeeded…
-
Is there a plan to integrate DirectML into the Pytorch Lightning project?
This could broaden the base for DirectML fast.
-
### Bug description
The code can be accessed at https://www.kaggle.com/code/vigneshwar472/notebook5a03168e34
I am working on multiclass classification task and want to train a nueral network wit…
-
When following the Getting Started guide, I ran into an issue when running the example mzml file.
The command I used was: cascadia --mode sequence --t demo.mzML --checkpoint cascadia_pretrained.ck…
-
Input MSAs were truncated to be a single entry (duplicates of the input sequences) because leaving `msa:` blank causes errors for some reason.
```
>101
MGDWSALGRLLDKVQAYSTAGGKVWLSVLFIFRILLLGTAVESA…
-
Hi!
Sorry to bother you. I encountered an error when trying to run train_graph_cpg.py. The command I used is as follows:
```
python ${graphcpg}/model/train_graph_cpg.py --dataset_path ${graphcpg}/m…
-
Stable diffusion colab does not open, how can I solve it?
gives the following error
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/transformers/utils/import_…