okachi_machi

Results 3 comments of okachi_machi

sorry, it doesn't work, same result. (diff command return nothing when compare one I downloaded by myself and your drive's.) I don't have enough coding skill but I'll try to...

I found cause of zero division of analyze_json.py. some songs of the ITG/ITG2 don't have EXPERT(Challenge) chart, and `coarse_to_beats` is defined as `defaultdict(set)`, Therefore, `len(coarse_to_beats['Challenge'])` return 0 without exception at...

me too. it worked on my GTX1080Ti with stack_size=1 and layer_size=5, and don't worked with more layer_size... this model include very very deep convolution and input size is big, so...