Specify models via JSON:
```
# create a temporal graph
TG = TemporalGraph(
model_config_file="your_model_config.json",
input_shape=[C, H, W],
num_timesteps=your_unroll_time
)
# unroll using temporal graph
output = TG(input, # shape (bs, T, C, H, W)
n_times=your_unroll_time
)
```
Specify models via JSON:
```
# create a temporal graph
TG = TemporalGraph(
model_config_file="your_model_config.json",
input_shape=[C, H, W],
num_timesteps=your_unroll_time
)
# unroll using temporal graph
output = TG(input, # shape (bs, T, C, H, W)
n_times=your_unroll_time
)
```
🗓 Thursday, May 1st | 🕚 11am EDT
🎙 Jason Schoeters (Univ. of Florence, DISIA Lab) presents:
Spanners in Temporal Graphs
🔗 Paper | www.sciencedirect.com/science/arti...
🪩zoom link on website.
#Graph #TemporalGraph
🗓 Thursday, May 1st | 🕚 11am EDT
🎙 Jason Schoeters (Univ. of Florence, DISIA Lab) presents:
Spanners in Temporal Graphs
🔗 Paper | www.sciencedirect.com/science/arti...
🪩zoom link on website.
#Graph #TemporalGraph