Closed mdkberry closed 1 year ago
Hi. I don't see any reason why the software could not be adapted to work in that environment since FFmpeg and Python can both be configured to work on Windows. However, I unfortunately do not have the capacity to support this in the near future so you are practically on your own here.
I've managed to get it almost working. I think the issue I now have is more generic, and will open a seperate ticket for that. But for anyone coming to this wanting to run it on Windows in Anaconda environment. The above python script works fine inside conda environment.
python train_and_test.py
worked this morning (I might have run it wrong late last night.)
I then needed to clean up the folder path for the 'sources.csv' files, it didn't like some characters.
I needed to install all the items listed in the requirements.txt and it needed "scikit-learn" not sklearn
It now starts the process of training (but errors on the cross-validation part, which I will log seperately)
I needed to install all the items listed in the requirements.txt and it needed "scikit-learn" not sklearn
Thank you for notifying about this. It was already fixed in setup.py
in https://github.com/oseiskar/autosubsync/commit/94f60b98cd231ee1a4362cf133d344d9eddefaf4, but not in requirements.txt
. Fixed in the latest master branch commit
I have tried adapting the train_and_test.sh to .py but still get the numpy error. Maybe windows can't run it.
the error I get:
numpy is version 1.24.3 python 3.9.16