From 36c9842c9912ff9ba752035eb832f5b3c25286b4 Mon Sep 17 00:00:00 2001 From: Anirban Ray <99016817+rayanirban@users.noreply.github.com> Date: Wed, 2 Mar 2022 16:11:33 +0100 Subject: [PATCH] Update Readme.md The Fourier-fast-Transformers doesn= not support python version 3.7. I had to use 3.9 instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f07487..b155b65 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ For our experiments we used CUDA 10.2 and NVIDIA driver 440.118.02. We recommend to install Fast Image Transformer into a new [conda](https://docs.conda.io/en/latest/miniconda.html) environment: -`conda create -n fit python=3.7` +`conda create -n fit python=3.9` Next activate the new environment.: