You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.
Perhaps I'm misunderstanding something fundemental here about how to use these shell scripts - could you please write some very brief instructions on what do do after running the Docker image to run the scripts?
The text was updated successfully, but these errors were encountered:
Another insight: if I enter the docker container using
docker exec -i -t deepfacelab /bin/bash
I can run the scripts:
cd scripts && ./4.2_data_src_sort.sh
...I just can't use the Jupyter notebook as a tool, as if I do:
import numpy or
import colorama
I get 'module not found' errors.
Yeah, I need to be better about this. Sorry I only have time to periodically come back to this project every few months. I am going to fix these issues this week. Thank you.
Perhaps I'm misunderstanding something fundemental here about how to use these shell scripts - could you please write some very brief instructions on what do do after running the Docker image to run the scripts?
The text was updated successfully, but these errors were encountered: