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
File "/home/user/anaconda3/envs/pytorchenv/lib/python3.7/site-packages/test_tube/log.py", line 504, in _get_file_writer
if self.purge_step is not None:
AttributeError: 'Experiment' object has no attribute 'purge_step'
because there are four attributes of Experiment that are never set, self.purge_step, self.filename_suffix, self.flush_secs.
The text was updated successfully, but these errors were encountered:
make sure you have the correct versions installed (bottom of main readme in lightning). pytorch 1.2.0 introduced breaking changes which are fixed given that you use the correct pytorch, lightning and test tube versions. ie: after 4.2 you need pytorch 1.2.0.
I'm trying out pytorch-lightning and I'm having an issue after commits 1fad1c7 and 3fba70a. When I do
the program crashes with
because there are four attributes of Experiment that are never set, self.purge_step, self.filename_suffix, self.flush_secs.
The text was updated successfully, but these errors were encountered: