You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This should be somehow a pull request, but I have no idea how to do that, I am not a github-expert user)
In order to work with the provided torchMoji follow these instructions:
Use Ubuntu (version 16.04 in my case) and install Miniconda or Anaconda
Now in order to run it, you have to fix some bugs in the code (maybe un-compatibility issues),
look at: #20 #21 (comment)
and when you get a bug in something like .numpy() [0] replace it with .numpy()
The text was updated successfully, but these errors were encountered:
(This should be somehow a pull request, but I have no idea how to do that, I am not a github-expert user)
In order to work with the provided torchMoji follow these instructions:
torchmoji_env.yml
containing:Then, install and activate it as:
Now in order to run it, you have to fix some bugs in the code (maybe un-compatibility issues),
look at:
#20
#21 (comment)
and when you get a bug in something like
.numpy() [0]
replace it with.numpy()
The text was updated successfully, but these errors were encountered: