mirror of
https://github.com/facebookresearch/ReAgent.git
synced 2026-06-16 12:44:41 +00:00
Remove ABC from LightningModule (#9517)
Summary: ### New commit log messages 3aba9d16a Remove `ABC` from `LightningModule` (#9517) Reviewed By: ananthsub Differential Revision: D31296721 fbshipit-source-id: a9992486c61a6f86fb251f2733bbc9311d93f293
This commit is contained in:
committed by
Facebook GitHub Bot
parent
05179022df
commit
2e716827a3
@@ -7,7 +7,7 @@ from collections import OrderedDict
|
||||
from typing import List, Dict, Tuple
|
||||
|
||||
import torch.nn as nn
|
||||
from pytorch_lightning.loops.closure import ClosureResult
|
||||
from pytorch_lightning.loops.optimization.optimizer_loop import ClosureResult
|
||||
from reagent.core.utils import lazy_property
|
||||
|
||||
from .reagent_lightning_module import ReAgentLightningModule
|
||||
|
||||
@@ -26,7 +26,7 @@ install_requires =
|
||||
petastorm>=0.9.0
|
||||
parameterized>=0.7.4
|
||||
pyspark==3.1.1
|
||||
pytorch-lightning @ git+https://github.com/PyTorchLightning/pytorch-lightning@25af4b137
|
||||
pytorch-lightning @ git+https://github.com/PyTorchLightning/pytorch-lightning@3aba9d16a
|
||||
ruamel.yaml>=0.15.99
|
||||
scipy>=1.3.1
|
||||
tensorboard>=1.14
|
||||
|
||||
Reference in New Issue
Block a user