Grigori Fursin
Grigori Fursin
As @psyhtest suggested, it may be useful to provide a flag when installing packages, compiling programs and resolving dependencies to pick up stable versions of packages. This can be done...
I started working on a module 'device' that should be used to describe avialable target platforms where we can remotely run workloads on (and possibly compile program if supported). For...
We should provide an option to avoid download packages during package reinstallation. For now we can do it via some environment key such as SKIP_DOWNLOAD that can be set as...
If software dependency is not resolved and packages not found, check if repository name is specified. If it is specified and repository is not present, automatically download it and try...
Let's create a Docker image with stable CK repositories for TensorFlow and our reference MLPerf workflows. It shouldn't be very difficult and allow the community to use: a) latest CK...
Hi all! Here are my thoughts about TensorFlow problem with postprocessing scripts which has scipy/numpy ... Once again it's a tricky situation since we call pre/post-processing scripts from the CK...
I didn't manage to compile TensorFlow for Android using Clang (from Android NDK), due to some strange error that clang is detected, but then full path used by TensorFlow make...
We were asked to check if it's possible to integrate LongBow with CK program workflow (and 'machine' module from 'ck-env' repository) for remote execution and tuning of CK-described workloads in...
Add functionality to compile and run program with each available data set and data set file for testing ...