Skip to main content
masouduut94's user avatar
masouduut94's user avatar
masouduut94's user avatar
masouduut94
Computer Vision Engineer
  • Member for 8 years, 8 months
  • Last seen this week
10 votes
2 answers
976 views

Tensorflow can not restore vocabulary in evaluation process

8 votes
2 answers
15k views

Which one is faster np.vstack, np.append, np.concatenate or a manual function made in cython?

8 votes
4 answers
500 views

Define an algorithm which gets a number and a list and returns a scalar based on number's distance to average of the list

6 votes
2 answers
762 views

What is the efficient way to check two memoryviews in loop?

5 votes
1 answer
834 views

how to keep pytorch model in redis cache to access model faster for video streaming?

4 votes
0 answers
376 views

How to use tensorflow.data to generate sequences of frames for C3D networks?

4 votes
2 answers
4k views

How to implement a mouse hovering callback on canvas items in tkinter?

3 votes
1 answer
1k views

What is the advantages of using cimport in python?

3 votes
3 answers
2k views

InvalidArgumentError: Key: label. Can't parse serialized Example: How can I find a way to parse the one-hot encoded labels from TFRecords?

3 votes
1 answer
618 views

tensorflow custom loop does not end in first epoch and progress bar runs to infinite

2 votes
3 answers
728 views

How can I set the best configurations for the project working with django, docker and mysql?

2 votes
1 answer
8k views

How can I convert pytorch cpu-based transformation to cuda-based?

2 votes
2 answers
338 views

How should I modify the test data for SVM method to be able to use the `precomputed` kernel function without error?

2 votes
2 answers
3k views

How to modify keras model to get output between 0 to 7 except for just 0 and 1?

2 votes
1 answer
570 views

why "Product Quick View" JavaScript plugin affects divisions which is not triggered by action?

2 votes
2 answers
7k views

Why Tensorflow error: `failed to convert object of type <class 'dict'> to Tensor` happens and How can I solve it?

2 votes
1 answer
767 views

issue using deepcopy function for cython classes

2 votes
3 answers
198 views

how to get the corresponding key for the maximum value in dictionary list in the most effecient way?

2 votes
2 answers
1k views

How better speed performance in loops would be achieved in cython?

2 votes
1 answer
7k views

How to plot a sphere when we are given a central point and a radius size?

2 votes
2 answers
1k views

How to choose an item in a list according to a specific probability?

2 votes
4 answers
2k views

How can I crop an object from surrounding white background in python numpy?

1 vote
1 answer
5k views

How to assign a column to dataframe as weights for each row and then sample the dataframe according to those weights?

1 vote
1 answer
995 views

How to use lambda in DataFrame.assign to solve the ambiguity of truth value of Series?

1 vote
1 answer
10k views

how to get rid of error "'float' object has no attribute 'exp'"?

1 vote
1 answer
100 views

How to define a callable function whenever the value of any element in the list gets changed?

1 vote
2 answers
3k views

writing persian text into a text file in the way which could be read in python

1 vote
1 answer
3k views

How can I schedule my computer to shutdown at a certain time?

1 vote
1 answer
429 views

Using manual deepcopy on cython classes causes memory overflow.Why?

1 vote
1 answer
810 views

Cython - trying to modify function in subclass which is already declared in superclass , but error occurs