Dmitry V'yal

Results 6 comments of Dmitry V'yal

One possible solution is to start a single X server occupying all the GPUs. If you specify ```Option "AllowEmptyInitialConfiguration" "true"``` in `device` section, X will happily start on device not...

@DrDanRyan, afaik model building happens on last iteration only, so it depends. If you stopped your first experiment in the middle of a run, on warmstart you may get only...

latest 1.2.2beta1 doesnt install ``` I/Timeline( 9182): Timeline: Activity_windows_visible id: ActivityRecord{2c8cf1d u0 com.android.packageinstaller/.InstallAppProgress t12964} time:230058970 W/PackageManager( 9182): Failed collect during installPackageLI W/PackageManager( 9182): android.content.pm.PackageParser$PackageParserException: Package /data/app/vmdl1050761086.tmp/base.apk has no certificates at...

the work around is to manually clone the source and patch expression from manual, replasing fetchurl with direct link

installation is still annoying

Right now I call ```bo.run(n_init+1, bo.X, bo.y)``` and analyse state in between. Still it requires quite a lot of lines to setup (I basically had to replicate fmin.bayesian_optimisation guts).