-
Notifications
You must be signed in to change notification settings - Fork 7
0. FAQ
In this section you will find common questions that comes to one's mind when using MLC. If you think of a good question to be inserted here, please send us a mail to expand the section :)
This is something usual in any Python project. The first time Python execute a piece of code, it tries to generate .pyc and .pyo compiled bytecode files to boost the load performance of the application in further executions. This also will happen with every portion of the program that will be used for the first time.
TODO: Explain how to use the logs properly
There are multiple reasons to explain this behaviour. This could be a configuration problem, an installation problem or just a bug. The first thing you ought to do is to check for errors in the MLC logs. If you still can't figure out what's wrong, we recommend to open an issue explaining the problem and the steps to reproduce it. If it's possible, upload the MLC Experiment and logs relevant to the issue