Skip to content

Commit

Permalink
Merge branch 'master' into a-unfinity-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
max-unfinity committed May 29, 2023
2 parents c5b94d8 + 98bbb98 commit 8f56186
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions supervisely/train/debug.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PYTHONUNBUFFERED=1

DEBUG_APP_DIR="/app_debug_data"
DEBUG_CACHE_DIR="/app_cache"
DEBUG_APP_DIR="./app_debug_data"
DEBUG_CACHE_DIR="./app_cache"
LOG_LEVEL="debug"

TASK_ID=4326
TASK_ID=34562

context.teamId=229
context.workspaceId=287
Expand Down
1 change: 1 addition & 0 deletions supervisely/train/src/sly_train.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import supervisely as sly
import tqdm

import sly_train_globals as g

Expand Down
1 change: 0 additions & 1 deletion utils/datasets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Dataset utils and dataloaders

import glob
import logging
import math
Expand Down

0 comments on commit 8f56186

Please sign in to comment.