You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the code in dataset.py, If I want to randomly forget some data, does that mean that the parameter indexes in the replace_indexes( ) function must be args.indexes_to_replace, i.e. it must be entered from the terminal ?
The text was updated successfully, but these errors were encountered:
According to the code in dataset.py, If I want to randomly forget some data, does that mean that the parameter
indexes
in thereplace_indexes( )
function must beargs.indexes_to_replace
, i.e. it must be entered from the terminal ?The text was updated successfully, but these errors were encountered: