Chris Yeung

Results 15 comments of Chris Yeung

@naili-xing I think before implementation on the SINGA repo, we fork the repo to test the github actions with our own github account first. Could you follow the following steps...

umm... cloud service will induce recurrent spending, e.g. if on-demand g4dn.xlarge costs ~0.526USD per hour, every month the recurrent cost seems to be around 0.526USD*24(hour)*30(days)=378USD per month https://aws.amazon.com/cn/ec2/pricing/on-demand/ correct me...

Yes, currently one of the problem in the debugging is that it do not tell which file and which line has problem. I suggest we can add `__FILE__`, `__LINE__` to...

When we use this accuracy: y_true (each value is a label index) is provided directly by the dataset y_pred (each value is a label index) needs to be obtained by...

sklearn.metrics.accuracy_score API: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html#sklearn.metrics.accuracy_score