-
Notifications
You must be signed in to change notification settings - Fork 40
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
dataset problem #26
Comments
I follow the steps in the Execution Guideline in README.md. And I have created two files named mask and image to put the dataset in it. Thank you. |
2 similar comments
I follow the steps in the Execution Guideline in README.md. And I have created two files named mask and image to put the dataset in it. Thank you. |
I follow the steps in the Execution Guideline in README.md. And I have created two files named mask and image to put the dataset in it. Thank you. |
I follow the steps in the Execution Guideline in README.md. And I have created two files named mask and image to put the dataset in it. Thanks. |
5 similar comments
I follow the steps in the Execution Guideline in README.md. And I have created two files named mask and image to put the dataset in it. Thanks. |
I follow the steps in the Execution Guideline in README.md. And I have created two files named mask and image to put the dataset in it. Thanks. |
I follow the steps in the Execution Guideline in README.md. And I have created two files named mask and image to put the dataset in it. Thanks. |
I follow the steps in the Execution Guideline in README.md. And I have created two files named mask and image to put the dataset in it. Thanks. |
I follow the steps in the Execution Guideline in README.md. And I have created two files named mask and image to put the dataset in it. Thanks. |
I am so sorry about I accidentally created too many comments. |
1 similar comment
I am so sorry about I accidentally created too many comments. |
Can you share your command line to execute the code??
Please do not contain '/' at the end of your path. In addition, you can give any arguments with python train.py --[argument-key-word] [argument-value] usage: train.py [-h] [--load LOAD] --dataset DATASET [--cuda CUDA] [--batch_size BATCH_SIZE] [--epoch EPOCH] [-lr LEARNING_RATE] [--lr_decay LR_DECAY] [--decay_step DECAY_STEP] [--display_freq DISPLAY_FREQ] optional arguments: -h, --help show this help message and exit --load LOAD Directory of pre-trained model, you can download at https://drive.google.com/file/d/109a0hLftRZ5at5hwpteRfO1A6xLzf8Na/view?usp=sharing None --> Do not use pre-trained model. Training will start from random initialized model --dataset DATASET Directory of your Dataset --cuda CUDA 'cuda' for cuda, 'cpu' for cpu, default = cuda --batch_size BATCH_SIZE batchsize, default = 1 --epoch EPOCH # of epochs. default = 20 -lr LEARNING_RATE, --learning_rate LEARNING_RATE learning_rate. default = 0.001 --lr_decay LR_DECAY Learning rate decrease by lr_decay time per decay_step, default = 0.1 --decay_step DECAY_STEP Learning rate decrease by lr_decay time per decay_step, default = 7000 --display_freq DISPLAY_FREQ display_freq to display result image on Tensorboard Feel free to ask questions, but please comment in this thread if you have similar issues to make other people find the issue easily. |
Please follow the steps in the Execution Guideline in README.md.
https://github.com/Ugness/PiCANet-Implementation#execution-guide
You can put the files anywhere, but you should give the directory as command-line options.
If you meet any problem while following the guidelines, please comment again with an explanation about your problem.
Thank you.
Originally posted by @Ugness in #25 (comment)
The text was updated successfully, but these errors were encountered: