mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-02 12:30:45 +08:00
BUG: Fixed bugs in the file paths to the sample saved state.
This commit is contained in:
@@ -89,7 +89,7 @@ argument_list = [
|
||||
|
||||
|
||||
def write_state_to_disk(cls, state, emission_rate=None):
|
||||
state_dir = cls.__module__ + cls.__name__
|
||||
state_dir = cls.__module__ + '.' + cls.__name__
|
||||
|
||||
full_dir = base_state_dir + '/' + state_dir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user