elvis wang

Results 4 comments of elvis wang

前言里有提到,控制台用npx babel-node xxx.js

你可以检查下有没有安装babel相关的模块,可以参考作者提供的package.json进行安装 然后项目目录下有没有.babelrc文件,格式如下: { "presets": ["es2015"] }

中文文档滞后,看英文真累,源码看不懂 报个错就无所适从了。。。

I pulled the latest code and found that line 207 of draggan.py is also hardcoded。 `device = torch.device("cuda")`