Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

training from scratch #55

Open
mishaelran opened this issue Jan 29, 2019 · 1 comment
Open

training from scratch #55

mishaelran opened this issue Jan 29, 2019 · 1 comment

Comments

@mishaelran
Copy link

Hi hellochick, i love your model. i would like to ask how many steps did you train in order to get to the model added in the repository?
i would like to train the same amount of steps.
is it 60001?

BATCH_SIZE = 2
DATA_DIRECTORY = './data/cityscapes_dataset/cityscape/'
DATA_LIST_PATH = './list/cityscapes_train_list.txt'
IGNORE_LABEL = 255
INPUT_SIZE = '713,713'
LEARNING_RATE = 1e-3
MOMENTUM = 0.9
NUM_CLASSES = 19
NUM_STEPS = 60001
POWER = 0.9
RANDOM_SEED = 1234
WEIGHT_DECAY = 0.0001
RESTORE_FROM = './'
SNAPSHOT_DIR = './model/'
SAVE_NUM_IMAGES = 4
SAVE_PRED_EVERY = 20

@AmeetR
Copy link

AmeetR commented Jun 3, 2019

Have you solved this issue? I'm having trouble training this right now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants