Mello

Results 11 comments of Mello

I solved it going to "base" environment and installing selenium there too (I was trying to uso on "pytorch1" environment): conda activate base conda install -c conda-forge selenium After turn...

Why "2to3 didnt do a good job"?

> arccos sklearn.metrics._dist_metrics.DistanceMetric.get_metric ValueError: Unrecognized metric 'arccos'

Thank you. But, if those weird words (`convidir` and `conver`) were not expected, does this mean that those words are not in the dictionary? Using spacy, when it doesn't find...

The embeddings with features? A line in a word embedded file is like: word 0.9, 0.3, ..., 1.2 A vocabulary (or "dictionary") file line is like: word | feat1 Supposing...

Hi Vikrant, The words’ features are back? De: Vikrant Goyal [mailto:[email protected]] Enviada em: quarta-feira, 21 de agosto de 2019 03:40 Para: OpenNMT/OpenNMT-py Cc: Subscribed Assunto: Re: [OpenNMT/OpenNMT-py] Word features in...

Could someone with write access check the solution?

Today I tried to use adjusttext. It is good, but slow. It seems that using ax.scatter is much more slower than using plt.scatter. Setting only_move={'text': 'xy'} is faster. In my...

If you see the changes, most of them are setting the version compatibility with v1, using tf.compat.v1. instead of tf.. Then, it is expected to work from Tensorflow 1.15 till...

To freeze a layer is to fix the weights. This can be done with trainable=False when setting a variable. It`s a clue.