Evgeny Semyonov

Results 18 comments of Evgeny Semyonov

@megachester , Looks like an internal error. The program has last activity = null for that computer. Could you please provide me with the log file? `cat ~/mlcomp/logs/log.txt`

@megachester , how have you installed the library? Via Pypi or from the Github sources? Please try version 20.2.4. I have uploaded it just now. For example: ``` # stop...

There is the version `20.2.4b`. Please update mlcomp to it. Then: 1. `mlcomp report` This command will create a report. Please attach it to the issue. (I hope your logs...

1. Yeah, it would be better 2. https://kb.mailster.co/how-can-i-open-the-browsers-console/ https://web.dev/errors-in-console/

Sorry, but I have no idea why it happens. You could debug the issue: open tables computers and docker in your database and check them on `null` values. Also, try...

@megachester , Earlier there were 2 sync folders: `data` and `models`. They had been synchronizing after each task. Now, we have turned off the synchronization of the `data` folder temporarily....

Besides that, you can either use `rsync` or perform `mlcomp sync COMPUTER_NAME` command. That command expects the name of another computer.

`Suppose I've done some preprocessing on raw data and want to train several models via grid search.` If the preprocessing is performed only once, that could be easy to sync...

Yes, you are right! mlcomp 20.2.4d is released. File sync is configurable: https://catalyst-team.github.io/mlcomp/filesync.html What do you think about that functuonality?

Thank you for having informed me! I will fix that problem ASAP.