We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While trying to run the iris_example an error occured here:
maggot/maggot/experiment.py
Lines 231 to 236 in 2f93644
Traceback (most recent call last): File "<input>", line 1, in <module> File "C:\Users\SantoP23\AppData\Local\JetBrains\PyCharm 2021.1\plugins\python\helpers\pydev\_pydev_bundle\pydev_umd.py", line 197, in runfile pydev_imports.execfile(filename, global_vars, local_vars) # execute the script File "C:\Users\SantoP23\AppData\Local\JetBrains\PyCharm 2021.1\plugins\python\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) File "C:/Users/SantoP23/Documents/_Current_Projects/_NNProjekt/Philippes_Code/test_maggot/iris_sklearn.py", line 66, in <module> main() File "C:/Users/SantoP23/Documents/_Current_Projects/_NNProjekt/Philippes_Code/test_maggot/iris_sklearn.py", line 43, in main experiment = Experiment(config=svm_config) File "c:\users\santop23\documents\_current_projects\_nnprojekt\philippes_code\test_maggot\maggot-master\maggot\experiment.py", line 148, in __init__ self._setup_log_file() File "c:\users\santop23\documents\_current_projects\_nnprojekt\philippes_code\test_maggot\maggot-master\maggot\experiment.py", line 234, in _setup_log_file logfile = time.strftime("%Y-%m-%d-%H-%M-%S-%s", time.gmtime()) ValueError: Invalid format string
The text was updated successfully, but these errors were encountered:
Removing "-%s" worked for me.
-%s
Sorry, something went wrong.
No branches or pull requests
While trying to run the iris_example an error occured here:
maggot/maggot/experiment.py
Lines 231 to 236 in 2f93644
The text was updated successfully, but these errors were encountered: