Skip to content

You must be logged in to vote

Conda-forge does not have any latest pytorch (the last is 1.1) which in leads installing pytorch-lightning 0.8 as it was last supporting this PT version... You need to add channel pytorch
conda install -c pytorch -c conda-forge pytorch-lightning

Replies: 1 comment

You must be logged in to vote
0 replies
Answer selected by Borda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment