-
How can I download pytorch lighting 1.6.4? pip returns an error when downloading it
-
Getting issues to setup the env
```
Collecting pytorch-lightning==1.7.7 (from -r requirements.txt (line 3))
Using cached pytorch_lightning-1.7.7-py3-none-any.whl.metadata (27 kB)
WARNING: Ignori…
-
[torch-neuronx] PyTorch Lightning support
-
Evaluate if using pytorch lightning is worth the effort
-
**Describe the bug**
An error is thrown when training with a `MVeFFN` or a `EvidentialFFN` predictor if no [`output_transform` is passed to the FFN Predictor](https://github.com/chemprop/chemprop/blo…
-
This is an error in the block Start Stable Diffusion tell me how to solve? :
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 13, in
…
-
I am trying to train a multiclass classification model using the following command:
```
chemprop train \
--data-path $DATASET \
--task-type multiclass \
--output-dir $MODEL_DIR \
--num-workers…
-
It would be nice if there was an API for candle similar to [Pytorch Lightning](https://lightning.ai/docs/pytorch/stable/starter/introduction.html).
-
Thanks for your great work first of all!
I am mainly curious: So far I haven't yet found an implementation of dinov2 using pytorch lightning. Are there any technical barriers for this (e.g. trainin…
-
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
```
…