Closed MaxFBurg closed 7 months ago
In the https://github.com/sinzlab/mei/blob/master/demo/quickstart.ipynb notebook, the cell
mei, final_evaluation, tracker_log = gradient_ascent( model=single_cell_model, config=method_config, seed=seed, shape=input_shape )
fails:
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[21], [line 1](vscode-notebook-cell:?execution_count=21&line=1) ----> [1](vscode-notebook-cell:?execution_count=21&line=1) mei, final_evaluation, tracker_log = gradient_ascent( [2](vscode-notebook-cell:?execution_count=21&line=2) model=single_cell_model, config=method_config, seed=seed, shape=input_shape [3](vscode-notebook-cell:?execution_count=21&line=3) ) TypeError: gradient_ascent() got an unexpected keyword argument 'shape'
gradient_ascent also requires dataloaders to be passed
gradient_ascent
dataloaders
Ah sorry, did not yet use the newest version, actually works
In the https://github.com/sinzlab/mei/blob/master/demo/quickstart.ipynb notebook, the cell
fails: