PRATIK C
PRATIK C
> @pratikchhapolika I'm working on this converter now. Can you please share me some of your data (X_train, y_train, X_test, y_test, etc.) so I can do a fully testing? @xiaowuhu...
> got it. will update you when I am ready. sure @xiaowuhu Thank you!
> @pratikchhapolika We finished the OvO converter, please pip install from GitHub to have a try. We didn't release it to PiPy yet. @xiaowuhu Could you please show, how can...
@xiaowuhu Also please let us know how to install this particular `ovo` converter and use it.
> > @pratikchhapolika We finished the OvO converter, please pip install from GitHub to have a try. We didn't release it to PiPy yet. > > @xiaowuhu Could you please...
> al_types=initial_type) @xiaowuhu Thank you. Let me try on my notebook and check. Meanwhile is it fine to keep this open?
> @pratikchhapolika > > sorry to ask for the data format of X_train and others. Is it looks like pandas DataFrame: > > ``` > ``` > > or just...
> To return values from predict_minibatch, need to convert that tensor([0.6403, 0.3597]) into a raw array of just [0.6403, 0.3597] as opposed to a tensor In which line of code?
> Not sure, you should check all your entries in batched_output to be sure they are normal python lists and not tensors. It might be the 'probas' entry that is...
@jameswex how can I launch the app in jupyter notebook itself instead as web page? How can I modify above code to do it?