Skip to content

Commit b2e5e6e

Browse files
committed
fix: more progress
1 parent 9e4a8fc commit b2e5e6e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: examples/DDIM/Project.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1919
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
2020
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
2121
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
22-
TensorBoardLogger = "899adc3e-224a-11e9-021f-63837185c80f"
22+
Wandb = "ad70616a-06c9-5745-b1f1-6a5f42545108"
2323

2424
[compat]
2525
Comonicon = "1"
@@ -41,4 +41,3 @@ Random = "1.10"
4141
Reactant = "0.2.21"
4242
StableRNGs = "1.0.2"
4343
Statistics = "1.10"
44-
TensorBoardLogger = "0.1"

Diff for: examples/DDIM/main.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
using ConcreteStructs, Comonicon, DataAugmentation, DataDeps, Enzyme, FileIO, ImageCore,
1010
ImageShow, JLD2, Lux, MLUtils, Optimisers, ParameterSchedulers, ProgressTables,
11-
Printf, Random, Reactant, StableRNGs, Statistics
12-
using TensorBoardLogger: TBLogger, log_value, log_images
11+
Printf, Random, Reactant, StableRNGs, Statistics, Wandb
1312

1413
# ## Model Definition
1514

0 commit comments

Comments
 (0)