./version_control_hub
folder.ds.commit
:ds.log
:log
. The author of the commit is the username of the Activeloop account that logged in on the machine.ds.checkout
command with the parameter create = True
. Let's create a new branch dog_flipped
, flip the second image (dog), and create a new commit on that branch.dog_flipped
branch as well as the previous commits on main
: ds.checkout
:main
is not flipped.ds.diff
function enables users to determine the number of samples that were added, removed, or updated for each tensor. The function can be used in 3 ways:main
branch, which has 2 samples. Let's adds another image:dog_flipped
branch, the dataset contains 2 samples, which is sample count from when that branch was created. Therefore, the additional uncommitted third sample that was added to the main
branch above is not reflected when other branches or commits are checked out.main
branch again, the prior uncommitted changes and available and they are stored in the HEAD commit on main
: