You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another issue that I face is that the nclass_init variable gets value of str weird enough. Here is the total error:
Traceback (most recent call last):
File "predict_batch.py", line 184, in <module>
main()
File "predict_batch.py", line 104, in main
predictproba=batch_predict(testfrag,models,model,nclass,nclass_init,outputfile)
File "predict_batch.py", line 33, in batch_predict
for ini in range(nclass_init):
TypeError: range() integer end argument expected, got str.