Skip to content

Commit 2a075c4

Browse files
committed
rename tf to tf1
1 parent cd8c917 commit 2a075c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+299
-299
lines changed

batchglm/api/models/glm_beta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from batchglm.models.glm_beta import InputDataGLM, Model, Simulator
2-
from batchglm.train.tf.glm_beta import Estimator
2+
from batchglm.train.tf1.glm_beta import Estimator

batchglm/api/models/glm_nb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from batchglm.models.glm_nb import InputDataGLM, Model, Simulator
2-
from batchglm.train.tf.glm_nb import Estimator
2+
from batchglm.train.tf1.glm_nb import Estimator

batchglm/api/models/glm_norm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from batchglm.models.glm_norm import InputDataGLM, Model, Simulator
2-
from batchglm.train.tf.glm_norm import Estimator
2+
from batchglm.train.tf1.glm_norm import Estimator

batchglm/train/tf/base_glm/external.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

batchglm/train/tf/base_glm_all/external.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

batchglm/train/tf/base_glm_all/external_beta.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

batchglm/train/tf/base_glm_all/external_nb.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

batchglm/train/tf/base_glm_all/external_norm.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

batchglm/train/tf/glm_beta/external.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

batchglm/train/tf/glm_nb/external.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)