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

some user problem #1

Open
edwardkuo09 opened this issue Jul 21, 2021 · 4 comments
Open

some user problem #1

edwardkuo09 opened this issue Jul 21, 2021 · 4 comments

Comments

@edwardkuo09
Copy link

Hi,I want to use your software,but I don’t know what is “name” in metabolomics_data,"group" and "class" in batch_information.I want to know the way how can I use this software. Thank you very much.

@luyiyun
Copy link
Owner

luyiyun commented Jul 24, 2021 via email

@edwardkuo09
Copy link
Author

hi,I want to use your software but I don’t know where to enter my data and use this software.Whether it is downloaded your code and input the location of my data?Thank you very much.

@luyiyun
Copy link
Owner

luyiyun commented Jul 27, 2021 via email

@edwardkuo09
Copy link
Author

hi,I have a problem that I don't know where I went wrong.

python main.py --task train --meta_data C:\Users\edwardkuo\Downloads\NormAE-release/path/to/meta.csv --sample_data C:\Users\edwardkuo\Downloads\NormAE-release/path/to/sample.information.csv --save C:\Users\edwardkuo\Downloads\NormAE-release\path\to\save_dir

This is the settings of training:

the settings of training:
task:  train
meta_data:  C:\Users\edwardkuo\Downloads\NormAE-release/path/to/meta.csv
sample_data:  C:\Users\edwardkuo\Downloads\NormAE-release/path/to/sample.information.csv
train_data:  all
save:  C:\Users\edwardkuo\Downloads\NormAE-release\path\to\save_dir
ae_encoder_units:  [1000, 1000]
ae_decoder_units:  [1000, 1000]
disc_b_units:  [250, 250]
disc_o_units:  [250, 250]
bottle_num:  500
dropouts:  (0.3, 0.1, 0.3, 0.3)
lambda_b:  1.0
lambda_o:  1.0
lr_rec:  0.0002
lr_disc_b:  0.005
lr_disc_o:  0.0005
epoch:  (1000, 10, 700)
use_batch_for_order:  True
batch_size:  64
load:  None
visdom_env:  main
visdom_port:  8097
num_workers:  12
use_log:  False
use_batch:  None
sample_size:  None
random_seed:  1234
device:  None

This is the error message:

Traceback (most recent call last):
  File "C:\Users\edwardkuo\Downloads\NormAE-release\PycharmProjects\pythonProject\.idea\inspectionProfiles\lib\tkinter\__init__.py", line 3507, in __del__
    self.tk.call('image', 'delete', self.name)
RuntimeError: main thread is not in main loop
Exception ignored in: <bound method Variable.__del__ of <tkinter.IntVar object at 0x000002427F5A5A90>>
Traceback (most recent call last):
  File "C:\Users\edwardkuo\Downloads\NormAE-release\PycharmProjects\pythonProject\.idea\inspectionProfiles\lib\tkinter\__init__.py", line 332, in __del__
    if self._tk.getboolean(self._tk.call("info", "exists", self._name)):
RuntimeError: main thread is not in main loop
Exception ignored in: <bound method Image.__del__ of <tkinter.PhotoImage object at 0x000002427F5A5FD0>>

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