ddemirdjian
Results
3
comments of
ddemirdjian
Dear yeahkun, Thank you very much for your hard work. I successfully ran the data prep/train/test steps. I agree with kaishijeng, it would be great if you had a small...
Thank you very much.
@AyeshaHabib To make your fix to work, I had to update gcc/g++ beforehand: apt install gcc-10 g++-10 update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100 Then:...