Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
olegranmo committed Jul 27, 2024
1 parent 0c2b3e3 commit be7f7b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/classification/SequenceCountInterpretabilityDemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ def main(args):
position_2 = position_1+1
position_3 = position_1+2

#position_1 = np.random.randint(0, args.sequence_length-4)
#position_2 = position_1+2
#position_3 = position_1+4

#position_2 = np.random.randint(position_1+1, args.sequence_length-1)
#position_3 = np.random.randint(position_2+1, args.sequence_length)

Expand Down Expand Up @@ -72,6 +76,10 @@ def main(args):
position_2 = position_1+1
position_3 = position_1+2

#position_1 = np.random.randint(0, args.sequence_length-4)
#position_2 = position_1+2
#position_3 = position_1+4

#position_2 = np.random.randint(position_1+1, args.sequence_length-1)
#position_3 = np.random.randint(position_2+1, args.sequence_length)

Expand Down

0 comments on commit be7f7b4

Please sign in to comment.