Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
94fd315
1
Parent(s):
e552755
- sync_train_dataset.py +1 -1
sync_train_dataset.py
CHANGED
@@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
|
|
25 |
REMOTE_HOST = "86.38.238.117"
|
26 |
REMOTE_USER = "root" # Replace with your actual username
|
27 |
REMOTE_KEY_PATH = "~/.ssh/id_rsa" # Replace with path to your SSH key
|
28 |
-
REMOTE_DATA_DIR = "
|
29 |
LOCAL_DATA_DIR = "./train_dataset_encoded_online" # Local destination
|
30 |
DB_FILE = "transfer_state.db"
|
31 |
POLL_INTERVAL = 300 # Check for new files every 5 minutes
|
|
|
25 |
REMOTE_HOST = "86.38.238.117"
|
26 |
REMOTE_USER = "root" # Replace with your actual username
|
27 |
REMOTE_KEY_PATH = "~/.ssh/id_rsa" # Replace with path to your SSH key
|
28 |
+
REMOTE_DATA_DIR = "/root/neuralos-demo/train_dataset_encoded_online" # Replace with actual path
|
29 |
LOCAL_DATA_DIR = "./train_dataset_encoded_online" # Local destination
|
30 |
DB_FILE = "transfer_state.db"
|
31 |
POLL_INTERVAL = 300 # Check for new files every 5 minutes
|