Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
Thiago Ton 862abeebbc
adds complete sample list
2 years ago
aec9e445bf
removing old remote
2 years ago
862abeebbc
adds complete sample list
2 years ago
e9102cf1e9
savinf evaluation resutls instead of errors only
2 years ago
7d2aa65346
adds final evaluation stage for pipeline
2 years ago
92cf0f3ae3
Initialized DVC repo
2 years ago
b15691ed40
makes cache shared
2 years ago
2070cacb1f
fixes conda base info fetching
2 years ago
98afad5aa4
updates readme
2 years ago
b2ed37d10e
adds colab execution script
2 years ago
0469f5dba9
adds conda udpate at environment setup
2 years ago
5e4f55a34a
WaveNet RC-1
2 years ago
e9102cf1e9
savinf evaluation resutls instead of errors only
2 years ago
6829414c0b
fix envrironment setup at colab
2 years ago
356083c264
select gpu/cpu environment auto; minnor fix for tf 2.2
2 years ago
35f8c9bb0d
changes to tf 2.2
2 years ago
5e4f55a34a
WaveNet RC-1
2 years ago
796ddeba57
avoids double fetching of data before experiment
2 years ago
09735cccae
removing old cache system
2 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

How to start

First, you need to setup the environment. But before doing that, ensure that you hal a valid copy of the secret.key file. It will be needed during environment setup

$ mkdir .local # create a directory called '.local'
$ cp <secret file orig> .local/secret.key # copy provided secret file into .local dir
$ source setenv.sh

After it finishes, you will be able to use the repo. Note the setup procedure must be done whenever you start a new session of your terminal.

Tips

  • Avoid interrupting DVC: It is easy to get into an inconsistent state if user interrupts (CTRL+C, for example) pipeline execution. If you issued a pipeline execution, make sure you can wait if finishes. Otherwise, some erros may occur. Note that you can perform the steps (train, evaluate) by hand!

Known Issues

ERROR: unexpected error - 'cannot stash changes - there is nothing to stash.'

Sometimes, dvc+git gets into an inconsistent state. If such behavior occurs, a way to workaround it is by making a small modification at a single file that is tracked by git (ex: add a space into this README). This way is known to overcome such problem

Tip!

Press p or to see the previous file or, n or to see the next file

About

Repositõrio do projeto final da pós-graduação em IA da PUC-PR

Collaborators 1

Comments

Loading...