You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12345678910 |
-
- ### program configuration
- class Main_VAE_Args():
- def __init__(self):
- ### if clean tensorboard
- self.load_epoch = 16
- self.graph_type = 'IMDBBINARY'
- self.dir_input = './'
- self.model_save_path = self.dir_input+'model_save/' # only for nll evaluation
- ### Which CUDA GPU device is used for training
|