Git Product home page Git Product logo

nlportugues's People

Contributors

alan-barzilay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nlportugues's Issues

image lint report - consertar no site alguma hora

image


Image #2 & #3
Missing src attribute

Older browsers or other user agents which don’t understand the srcset attribute should get a fallback image.
The sizes attribute has to match the width of the image

The size of the image doesn’t match the sizes attribute (max-width: 740px) 280px, (max-width: 1200px) 35vw + 1rem, 436px. At a viewport of 1000x563 the image was 366 pixels wide instead of the specified 0 (Infinity% difference). The affected viewports are 760x428-1200x1600.

Try using sizes="(min-width: 1280px) 436px, (min-width: 800px) calc(30.43vw + 53px), 274px" instead.

The sizes attribute is a hint for browsers which should tell them how large the image will be displayed. If it doesn’t match the real size, browsers cannot select the correct image source.

<img
class="foto"
srcset="imgs/codigo-280.avif 280w, imgs/codigo-480.avif 480w"
sizes="(max-width: 740px) 280px, (max-width:1200px) 35vw + 1rem, 436px"
alt="Código python em um editor de texto"
loading="lazy"

Curso Processamento Neural de Linguagem Natural em Português I (Coursera)

Estou enfrentando um problema de verificação na entrega da semana 04 no curso "Processamento Neural de Linguagem Natural em Português I" no Coursera.

Os códigos sgd.py e word2vec.py geram resultados corretos quando executados localmente, no entanto, ao realizar a entrega, ocorre erro.

No fórum outros colegas também estão enfrentando o mesmo problema. Gostaria gentilmente que verificasse essa situação quando possível.

Agradeço pela atenção.

ModuleNotFoundError: No module named 'utils.gradcheck'

Hello,

I encountered an error today while trying to execute python run.py, in the EP1 folder:

Traceback (most recent call last):
  File "C:\Users\victo\OneDrive\Desktop\NLPortugues-master\NLPortugues-master\EP 1\run.py", line 11, in <module>
    from word2vec import *
  File "C:\Users\victo\OneDrive\Desktop\NLPortugues-master\NLPortugues-master\EP 1\word2vec.py", line 6, in <module>
    from utils.gradcheck import gradcheck_naive, grad_tests_softmax, grad_tests_negsamp
ModuleNotFoundError: No module named 'utils.gradcheck'

Is it safe to remove the import line for utils? The necessary functionalities from utils are already implemented throughout the file.

Thanks!

errata video

Coursera eh horrivel entao vou registrar aqui essa errata para n esquecermos. Ja q ela exige editar o video e no momento estamos sem um editor de video, eh um pouco mais trabalhosa do q corrigir um typo.

Aos 0:48 do vídeo Problemas I, entendo que foi dito o número errado, mas de uma maneira que pode confundir bastante quem está aprendendo.
O contexto é distinguir as definições de "ocorrência de palavra" e "tipo de palavra". Foi dita a frase "Então, se eu tenho 'o menino viu o vizinho', eu tenho quatro ocorrências de palavras.", mas de fato são cinco ocorrências (tanto que mais à frente é mencionada a "quinta ocorrência"). O que são quatro são os tipos de palavra.
Sugiro fazer uma correção, já vi correções no Coursera em que a pessoa "dubla" a própria voz (para que se ouça "cinco" nessa frase nesse momento, não "quatro").

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.