samieti02
samieti02
Hello dear Sir, how can we code a knn crf using the project? with sklearn, we do something like this: ``` from sklearn import neighbors clf = neighbors.KNeighborsClassifier(n_neighbors, weights=weights) clf.fit(X,...
Hello Sir, How could it be that at the end of the process, the report on the entire training is not returned , which is not always the case? ```...
Hello Sir, I want that the process of training only uses GPU memory as needed, or only grow with GPU memory. And for it, I changed the code in trainSession.py...
Hello Sir, how can we visualize the feature in the network? Can you give us some advices regarding that? Thanks Sami
Hello dear Sir, A fitting session/process can be interrupted for differents reasons. Is there a way to resume or continue a process, from the point it has been interrupted, and...
Hello dear Sir, How can we use the code for 3d image segmentation. Can you help us with that? I know that the features can be calculated and give back...
Hello dear Sir, and thanks for sharing the code. I have some questions about the code. There are some lines that are not so clear like `num_examples = 1000 #...
Hello dear sir or madam, and thanks for the tool. I downloaded your tool with great pleasure, but during testing, we noticed that it contains many bugs and that >...