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 and testing on the terminal ? #1

Open
shengyuwoo opened this issue Aug 8, 2019 · 8 comments
Open

training and testing on the terminal ? #1

shengyuwoo opened this issue Aug 8, 2019 · 8 comments

Comments

@shengyuwoo
Copy link

What are the instructions for running training and testing on the terminal? Can you give me some information?

@shengyuwoo shengyuwoo changed the title raining and testing on the terminal ? training and testing on the terminal ? Aug 8, 2019
@shengyuwoo shengyuwoo reopened this Aug 8, 2019
@miautoml
Copy link
Contributor

miautoml commented Aug 8, 2019

Thanks for asking. The evaluation command is just updated. For training, please refer our paper for more information.

@shengyuwoo
Copy link
Author

Thanks for asking. The evaluation command is just updated. For training, please refer our paper for more information.

I think you should write the setup structure of a Dataset, including the path of the model.
I just tried this verification instruction. This problem arises: verify.py: error: argument -- model: invalid choice:'[MoGA_A'(choose from'MoGA_A','MoGA_B','MoGA_C').

@miautoml
Copy link
Contributor

miautoml commented Aug 8, 2019

@shengyuwoo Proper modification is required. Note [MoGA_A|MoGA_B|MoGA_C] means you should pick one model, either MoGA_A or the others. For the dataset structure, please follow the setting in FairNAS .

@shengyuwoo
Copy link
Author

@shengyuwoo Proper modification is required. Note [MoGA_A|MoGA_B|MoGA_C] means you should pick one model, either MoGA_A or the others. For the dataset structure, please follow the setting in FairNAS .

I found that the three pre-training model files you provided were problematic. I downloaded them and unzipped them to show empty files.

@miautoml
Copy link
Contributor

miautoml commented Aug 8, 2019

@shengyuwoo It is zipped with the default macOS compress tool. I don't seem to reproduce your problem. Could you show me how do you unzip the files?

@shengyuwoo
Copy link
Author

@shengyuwoo It is zipped with the default macOS compress tool. I don't seem to reproduce your problem. Could you show me how do you unzip the files?

I use the command : tar -xvf MoGaA.pth.tar to unzip on ubuntu or try to unzip on windows, but all of failed.

@shengyuwoo
Copy link
Author

@shengyuwoo It is zipped with the default macOS compress tool. I don't seem to reproduce your problem. Could you show me how do you unzip the files?

The contents of the extracted file are displayed empty.

@miautoml
Copy link
Contributor

@shengyuwoo Note MoGaA.pth.tar should be used as it is, there is no need to untar it. So the right way is --pretrained-path MoGaA.pth.tar. Good luck!

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