There was an error fetching the commit references. Please try again later.
Fix #1223 (#1404)
* Fix #1223 #1223 is caused by extra > len(indice), so I add a loop to properly pad the indice list. I also changed the list concatenation from ```+=``` to ```.extend```. * Update sampler.py style
Please register or sign in to comment