PacktPublishing / Codeless-Deep-Learning-with-KNIME

Codeless Deep Learning with KNIME
MIT License
13 stars 13 forks source link

How to open .knar file (text file with link to git lfs)? #3

Closed phuocnx closed 1 year ago

phuocnx commented 1 year ago

Can you please explain how to open/import these chapter examples? Thank you.

phuocnx commented 1 year ago

For those who need

git-lfs clone https://github.com/PacktPublishing/Codeless-Deep-Learning-with-KNIME.git

cd Codeless-Deep-Learning-with-KNIME

git init

git pull

git config --global --add safe.directory <absolute_path_of_current_dir>

git-lfs checkout  .

git-lfs pull