Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve issues with shared memory on new torch versions #15

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Dec 11, 2022

  1. Resolve issues with shared memory on new torch versions

    Since 1.6.0 torch requires explicit transitions of tensors between cpu and
    gpu memory, resulting in errors during training. Add explicit conversions
    to make model compatible with newer pytorch versions.
    Roo4L committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    3ca9aea View commit details
    Browse the repository at this point in the history
  2. Fix parsing of sentence of words in predict.py

    Predict module haven't handled the word mode of model. Fix it by correctly
    parsing input sentence if it starts with '[', expecting  that it is a json
    list.
    Roo4L committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    6efca55 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    da53f3a View commit details
    Browse the repository at this point in the history
  2. Add requirements.txt

    Roo4L committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    6c1a3ba View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    f526ea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c97cc View commit details
    Browse the repository at this point in the history