asyml / texar-pytorch

Integrating the Best of TF into PyTorch, for Machine Learning, Natural Language Processing, and Text Generation. This is part of the CASL project: http://casl-project.ai/
https://asyml.io
Apache License 2.0
745 stars 117 forks source link

Fix path error while installing on windows #268

Closed imgaojun closed 4 years ago

imgaojun commented 4 years ago

resolve #267 I removed the slash "/" at the end of the string "texar/" and it works.

codecov[bot] commented 4 years ago

Codecov Report

Merging #268 into master will increase coverage by 0.28%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #268      +/-   ##
==========================================
+ Coverage   82.75%   83.04%   +0.28%     
==========================================
  Files         195      195              
  Lines       15300    15300              
==========================================
+ Hits        12662    12706      +44     
+ Misses       2638     2594      -44
Impacted Files Coverage Δ
texar/torch/data/data/data_iterators_utils.py 72.72% <0%> (+57.14%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f5df906...8de38b2. Read the comment docs.