ifiguero 2025-03-16 22:25:26 -03:00
parent 925c2f9c20
commit 9d509ab8c7
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class eNoseTrainer:
}
total_space = (3*3*3*2*3*3*3*3)
self.logger.debug(f"total_space: {total_space}, num_samples: {int(nsamples*total_space)}")
self.logger.info(f"total_space: {total_space}, num_samples: {int(nsamples*total_space)}")
scheduler = ASHAScheduler(metric='mse', mode='min', max_t=epochs, grace_period=5, reduction_factor=2)
# analysis = tune.run(train_model, config=config_space, num_samples=num_samples, scheduler=scheduler)