CloudSimPy icon indicating copy to clipboard operation
CloudSimPy copied to clipboard

CloudSimPy: Datacenter job scheduling simulation framework

Results 9 CloudSimPy issues
Sort by recently updated
recently updated
newest added

python main-makespan.py 2021-06-27 23:37:25.581570: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 Jobs number: 10 Tasks number: 93 Task instances number...

python main-makespan.py 2021-06-27 22:57:21.987365: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 Jobs number: 10 Tasks number: 93 Task instances number...

论文中说action size是M*N(M和N分别是任务和机器数目) 说state是一个变长的任务机器对。那么state size是多少呢? 求教,谢谢!

您好,我看到您的论文中使用了阿里云的数据,有些数据使用问题想向您请教。 主要是关于task和instance之间的关系。在2018的数据追踪记录中,同一个DAG下面对应多个task,每一个task下面对应多个instance,而且每个task对应instance的数目不相同,那这些instance和task之间的关系是什么?是否是指一个task的数据可以切分,然后由多个instance分布式运行? 希望能收到您的解答,非常感谢~

论文中提到神经网络的输入是variable length的 pair,但是神经网络的输入是定长的,请问是如何把变长的pair列表转化成定长的神经网络输入的?

Trying to upgrade the code to use newer versions, I am encountering a blocking issue : /CloudSimPy/playground/Non_DAG/launch_scripts/main-makespan.py", line 99, in _**p.start()**_ tensorflow.python.framework.errors_impl.InvalidArgumentError: Cannot convert a Tensor of dtype resource to...

I have created a virtual environment with python 3.6. While installing Tensorflow 1.12.0 its showing an error protobuf requires Python '>=3.7' but the running Python is 3.6.0 What should I...