Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Training example from README wont work #21

Open
PennyroyalTea opened this issue May 9, 2022 · 0 comments
Open

Training example from README wont work #21

PennyroyalTea opened this issue May 9, 2022 · 0 comments

Comments

@PennyroyalTea
Copy link

Hi!

I'm trying to run training via python3 run.py -c configs/emoji.yaml, like in readme.

However I get the following error:

/home/jupyter/.local/lib/python3.7/site-packages/pytorch_lightning/loggers/test_tube.py:105: LightningDeprecationWarning: The TestTubeLogger is deprecated since v1.5 and will be removed in v1.7. We recommend switching to the `pytorch_lightning.loggers.TensorBoardLogger` as an alternative.
  "The TestTubeLogger is deprecated since v1.5 and will be removed in v1.7. We recommend switching to the"
logs//VectorVAEnLayers/version_110/
{'name': 'VectorVAEnLayers', 'in_channels': 3, 'latent_dim': 128, 'loss_fn': 'MSE', 'paths': 20, 'beta': 0, 'radius': 3, 'scale_factor': 1, 'learn_sampling': False, 'only_auxillary_training': False, 'memory_leak_training': False, 'other_losses_weight': 0, 'composite_fn': 'soft'}
Using Differential Compositing
{'dataset': 'irrelavant', 'data_path': './data/emoji/', 'img_size': 128, 'batch_size': 4, 'val_batch_size': 8, 'val_shuffle': True, 'LR': 0.0005, 'weight_decay': 0.0, 'scheduler_gamma': 0.95, 'grow': True} logs/VectorVAEnLayers
Traceback (most recent call last):
  File "run.py", line 100, in <module>
    **config['trainer_params'])
  File "/home/jupyter/.local/lib/python3.7/site-packages/pytorch_lightning/trainer/connectors/env_vars_connector.py", line 38, in insert_env_defaults
    return fn(self, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'log_save_interval'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant